diff --git a/00. Inbox/Linux/crontab.md b/00. Inbox/Linux/crontab.md index 898be9b..6ca105c 100644 --- a/00. Inbox/Linux/crontab.md +++ b/00. Inbox/Linux/crontab.md @@ -1,5 +1,5 @@ ### 加入 -使用`25crontab -e`,然後加入這一行: +使用`crontab -e`,然後加入這一行: `*/1 * * * * /home/awin/script/ddns.sh` ### 說明