diff --git a/func/main.sh b/func/main.sh index 0d22fe2bb..56a32d05f 100644 --- a/func/main.sh +++ b/func/main.sh @@ -493,7 +493,7 @@ sync_cron_jobs() { done < $USER_DATA/cron.conf # Set proper permissions - chow 600 $sys_cron + chown 600 $sys_cron }