mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
proper crontab permission
This commit is contained in:
parent
6715b45dea
commit
3ec03c8c85
1 changed files with 3 additions and 0 deletions
|
@ -491,6 +491,9 @@ sync_cron_jobs() {
|
||||||
>> $sys_cron
|
>> $sys_cron
|
||||||
fi
|
fi
|
||||||
done < $USER_DATA/cron.conf
|
done < $USER_DATA/cron.conf
|
||||||
|
|
||||||
|
# Set proper permissions
|
||||||
|
chow 600 $sys_cron
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue