From 2566a76da8c1a4b397558ab82da3f35aa0ccd5f9 Mon Sep 17 00:00:00 2001 From: kload Date: Sat, 22 Aug 2015 22:44:49 +0200 Subject: [PATCH] [fix] Restart shout at the end of the upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 827c94d..0e4e933 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -51,5 +51,5 @@ fi # Reload Nginx, shout and regenerate SSOwat conf sudo service nginx reload sudo systemctl enable shout -sudo systemctl start shout || sudo systemctl restart shout +sudo systemctl restart shout || sudo systemctl start shout sudo yunohost app ssowatconf