proper crontab permission

This commit is contained in:
Serghey Rodin 2013-08-01 22:45:01 +03:00
commit 3ec03c8c85

View file

@ -491,6 +491,9 @@ sync_cron_jobs() {
>> $sys_cron
fi
done < $USER_DATA/cron.conf
# Set proper permissions
chow 600 $sys_cron
}