diff --git a/func/main.sh b/func/main.sh index e73581db..0d22fe2b 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 }