From b5d8227d6bf3b06285fec1977e2d28adbdcebc73 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 16 Feb 2025 16:13:16 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 71454240..e90f8a4f 100644 --- a/install.sh +++ b/install.sh @@ -1159,7 +1159,7 @@ fi set_system_cronjob(){ echo "Setting cronjobs.." - mv ${ETC_DIR}v1_cron /etc/cron.d/openpanel #v1_cron for v1! + mv ${ETC_DIR}cron /etc/cron.d/openpanel chown root:root /etc/cron.d/openpanel chmod 0600 /etc/cron.d/openpanel