From a805c77280d3dc202723abbcd1a6e4e7244e4b0b Mon Sep 17 00:00:00 2001 From: root <190346538@qq.com> Date: Thu, 23 Feb 2023 15:18:38 +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 --- gitrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitrun.sh b/gitrun.sh index bfb4dbb..97c6322 100644 --- a/gitrun.sh +++ b/gitrun.sh @@ -2,5 +2,5 @@ cd /home/crontab_backup git add . git commit -m "crontab备份" -git push +git push -u origin master # 保存