diff --git a/eoptasks.py b/eoptasks.py index 41e4d97..7e487c3 100755 --- a/eoptasks.py +++ b/eoptasks.py @@ -243,7 +243,6 @@ def get_commands(): sudo -u bijoe bijoe-manage collectstatic --noinput; sudo -u chrono chrono-manage collectstatic --noinput; sudo -u combo combo-manage collectstatic --noinput; - sudo -u corbo corbo-manage collectstatic --noinput; sudo -u fargo fargo-manage collectstatic --noinput; sudo -u hobo hobo-manage collectstatic --noinput; sudo -u lingo lingo-manage collectstatic --noinput; @@ -261,8 +260,8 @@ def get_commands(): 'hobo-agent.restart': '''test -e /etc/hobo-agent/settings.py && sudo supervisorctl reread && sudo supervisorctl restart hobo-agent''', # memcached.restart is useful to force shared theme to be updated. 'memcached.restart': '''sudo service memcached restart; /bin/true''', - 'restart.all': '''sudo systemctl restart authentic2-multitenant bijoe chrono combo corbo fargo hobo lingo passerelle wcs welco; /bin/true''', - 'reload.all': '''sudo systemctl reload authentic2-multitenant bijoe chrono combo corbo fargo hobo lingo passerelle wcs welco; /bin/true''', + 'restart.all': '''sudo systemctl restart authentic2-multitenant bijoe chrono combo fargo hobo lingo passerelle wcs welco; /bin/true''', + 'reload.all': '''sudo systemctl reload authentic2-multitenant bijoe chrono combo fargo hobo lingo passerelle wcs welco; /bin/true''', 'passerelle.restart': '''sudo systemctl restart passerelle; /bin/true''', 'wcs.restart': '''sudo systemctl restart wcs; /bin/true''', # puppet.update, unfortunately without proper error checking.