diff --git a/eoptasks/eoptasks.py b/eoptasks/eoptasks.py index 3507583..49060e0 100755 --- a/eoptasks/eoptasks.py +++ b/eoptasks/eoptasks.py @@ -216,6 +216,7 @@ def command_window(args): sudo -u fargo fargo-manage collectstatic --noinput; sudo -u hobo hobo-manage collectstatic --noinput; sudo -u passerelle passerelle-manage collectstatic --noinput; + sudo -u welco welco-manage collectstatic --noinput; sudo -u wcs wcs-manage collectstatic; /bin/true'''.replace('\n', ''), # combo.reload is useful to get a new {% start_timestamp %} after an @@ -226,7 +227,7 @@ def command_window(args): '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 passerelle wcs; /bin/true''', + 'restart.all': '''sudo systemctl restart authentic2-multitenant bijoe chrono combo corbo fargo hobo 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.