From 97c2eff3d03c21b4aec939ecee4f679b87ff800f Mon Sep 17 00:00:00 2001 From: root <190346538@qq.com> Date: Fri, 24 Feb 2023 09:48:10 +0800 Subject: [PATCH] =?UTF-8?q?crontab=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index d75f4ff..3f93dc8 100644 --- a/backup.sh +++ b/backup.sh @@ -8,4 +8,4 @@ fi crontab -l > ${BACKUP_DIRECTORY}/$(date '+%Y%m%d%H%M%S').txt -sh ./gitrun.sh +#sh ./gitrun.sh