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 +