From 0e6cd0901f524c172404dbf3240c4ed69ee587e3 Mon Sep 17 00:00:00 2001 From: split Date: Thu, 4 Jul 2024 01:20:30 -0700 Subject: [PATCH] please --- backup/Crontab | 2 +- backup/init.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/backup/Crontab b/backup/Crontab index 4ebc8eb..9715c4a 100644 --- a/backup/Crontab +++ b/backup/Crontab @@ -1 +1 @@ -30 0 * * * /backup.sh +0 3 * * * root /bin/bash /backup.sh diff --git a/backup/init.sh b/backup/init.sh index 32773ae..65d4c8e 100644 --- a/backup/init.sh +++ b/backup/init.sh @@ -34,5 +34,4 @@ startup_check() { } startup_check -/usr/sbin/cron & -sleep infinity \ No newline at end of file +/usr/sbin/cron -f \ No newline at end of file