From 468adc552e9de95594f6ab314365831cf72f05d6 Mon Sep 17 00:00:00 2001 From: xyj <1090822794@qq.com> Date: Tue, 27 Feb 2024 10:32:16 +0800 Subject: [PATCH] update --- cron_set.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/cron_set.sh b/cron_set.sh index 9854915..d4f1188 100644 --- a/cron_set.sh +++ b/cron_set.sh @@ -1,7 +1,6 @@ #!/bin/bash set -e sudo crontab <<-EOF -`sudo crontab -l` 0 */1 * * * systemctl restart supervisor 0 0 * * * /sbin/reboot EOF