From fd311b1c9556de31d90e2f813d1832508adcb0e4 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 6 Nov 2023 13:29:28 +0300 Subject: [PATCH] Fixed crontab --- getdomains-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getdomains-install.sh b/getdomains-install.sh index b2ad434..2f8da95 100755 --- a/getdomains-install.sh +++ b/getdomains-install.sh @@ -541,7 +541,7 @@ EOF printf "\033[32;1mCrontab already configured\033[0m\n" else - crontab -l | { cat; echo "0 */8 * * * /etc/init.d/getdomains"; } | crontab - + crontab -l | { cat; echo "0 */8 * * * /etc/init.d/getdomains start"; } | crontab - printf "\033[32;1mIgnore this error. This is normal for a new installation\033[0m\n" /etc/init.d/cron restart fi