From ccf29da0a63e8538f224fe3c67f836672eadcfac Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 28 Jan 2023 23:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Cron=20=E5=B7=B2=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E6=8F=90=E7=A4=BA=E8=BE=93=E5=87=BA.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf-sshd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/conf-sshd.sh b/conf-sshd.sh index 0825870..97b1938 100644 --- a/conf-sshd.sh +++ b/conf-sshd.sh @@ -213,5 +213,6 @@ if [ $(has_param "-c" "--cron") == "true" ]; then echo "Install conf-sshd script successfully." # 将当前脚本添加到 Crontab 中 echo "$cron /bin/bash ~/.conf-sshd/conf-sshd.sh -o -k $sshkey_url >> ~/.conf-sshd/run.log" | crontab - + echo "Crontab has been configured.(Cron: '$cron')" fi fi