Fix name
This commit is contained in:
parent
6b954e98f9
commit
aa1a47474d
2
fabfile.py
vendored
2
fabfile.py
vendored
@ -32,7 +32,7 @@ def dailycron(c):
|
|||||||
print('Copy over new crontab ...')
|
print('Copy over new crontab ...')
|
||||||
# See https://github.com/fabric/fabric/issues/1750
|
# See https://github.com/fabric/fabric/issues/1750
|
||||||
c.put('./bin/voicegardens-cron-daily', remote='./')
|
c.put('./bin/voicegardens-cron-daily', remote='./')
|
||||||
c.sudo('mv voicegardens /etc/cron.daily')
|
c.sudo('mv voicegardens-cron-daily /etc/cron.daily')
|
||||||
c.sudo('chown root:root /etc/cron.daily/voicegardens-cron-daily')
|
c.sudo('chown root:root /etc/cron.daily/voicegardens-cron-daily')
|
||||||
print('New cron in place <3')
|
print('New cron in place <3')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user