diff --git a/func/main.sh b/func/main.sh index e73581db7..0d22fe2bb 100644 --- a/func/main.sh +++ b/func/main.sh @@ -491,6 +491,9 @@ sync_cron_jobs() { >> $sys_cron fi done < $USER_DATA/cron.conf + + # Set proper permissions + chow 600 $sys_cron }