From 75c3bf575dfca80e456607109fd721fc58e9b6e1 Mon Sep 17 00:00:00 2001 From: frju365 Date: Fri, 30 Jun 2017 21:43:41 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 2e468b2..6cdaa6d 100644 --- a/scripts/install +++ b/scripts/install @@ -142,6 +142,7 @@ sudo yunohost firewall allow Both $port sudo systemctl daemon-reload sudo systemctl enable "$app".service sudo systemctl start "$app".service +sudo systemctl status "$app".service #================================================= # Set Public or private @@ -160,3 +161,4 @@ fi sudo service nginx reload sudo yunohost service add "$app" --log /var/log/"$app"/"$app".log sudo yunohost app ssowatconf +