From b6fe93fbac2e49e1955f7c62ae8849a5887b4354 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 11 Feb 2025 12:09:27 +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 da62eafc..0d4eb2c9 100644 --- a/install.sh +++ b/install.sh @@ -1180,7 +1180,7 @@ fi set_system_cronjob(){ echo "Setting cronjobs.." - mv ${ETC_DIR}cron /etc/cron.d/openpanel + mv ${ETC_DIR}v1_cron /etc/cron.d/openpanel #v1_cron for v1! chown root:root /etc/cron.d/openpanel chmod 0600 /etc/cron.d/openpanel