From 3ec03c8c85d76dc638822206d846cc1143bb5068 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 1 Aug 2013 22:45:01 +0300 Subject: [PATCH] proper crontab permission --- func/main.sh | 3 +++ 1 file changed, 3 insertions(+) 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 }