Update install.sh

This commit is contained in:
Stefan Pejcic 2025-02-16 16:13:16 +01:00 committed by GitHub
parent 7505885d18
commit b5d8227d6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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