From 6c1df9513ab1697a26f3ff60f17d62783d89586e Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Thu, 25 Jan 2024 11:51:31 +0800 Subject: [PATCH] vault backup: 2024-01-25 11:51:30 --- 00. Inbox/Linux/crontab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` ### 說明