mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
fixes issue with crontab file permission
This commit is contained in:
parent
a4ee392ef2
commit
f9141487c8
1 changed files with 2 additions and 1 deletions
|
@ -493,7 +493,8 @@ sync_cron_jobs() {
|
|||
done < $USER_DATA/cron.conf
|
||||
|
||||
# Set proper permissions
|
||||
chown 600 $sys_cron
|
||||
chown $user:$user $sys_cron
|
||||
chmod 600 $sys_cron
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue