No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
fabfile.py
|
|
@ -32,7 +32,7 @@ def dailycron(c): |
|
|
|
print('Copy over new crontab ...') |
|
|
|
# See https://github.com/fabric/fabric/issues/1750 |
|
|
|
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') |
|
|
|
print('New cron in place <3') |
|
|
|
|
|
|
|