No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
fabfile.py
|
|
@ -43,7 +43,7 @@ def hourlycron(c): |
|
|
|
# See https://github.com/fabric/fabric/issues/1750 |
|
|
|
c.put('./bin/voicegardens-cron-hourly', remote='./') |
|
|
|
c.sudo('mv voicegardens-cron-hourly /etc/cron.hourly') |
|
|
|
c.sudo('chown root:root /etc/cron.daily/voicegardens-cron-hourly') |
|
|
|
c.sudo('chown root:root /etc/cron.hourly/voicegardens-cron-hourly') |
|
|
|
print('New hourly cron in place <3') |
|
|
|
|
|
|
|
@task |
|
|
|