Setup permissions on the crontab
This commit is contained in:
parent
744cc532ea
commit
c65d90ad38
1
fabfile.py
vendored
1
fabfile.py
vendored
@ -33,6 +33,7 @@ def dailycron(c):
|
||||
# See https://github.com/fabric/fabric/issues/1750
|
||||
c.put('./cron/voicegardens', remote='./')
|
||||
c.sudo('mv voicegardens /etc/cron.daily')
|
||||
c.sudo('chown root:root /etc/cron.daily/voicegardens')
|
||||
print('New cron in place <3')
|
||||
|
||||
@task
|
||||
|
Loading…
Reference in New Issue
Block a user