diff --git a/fabfile.py b/fabfile.py index 4f9994e..1e49f0a 100644 --- a/fabfile.py +++ b/fabfile.py @@ -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