Update install.sh

This commit is contained in:
Stefan Pejcic
2025-02-11 12:09:27 +01:00
committed by GitHub
parent 8cad7b21e0
commit b6fe93fbac

View File

@@ -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