From 9186619d7edd634f4a980d53ee96e676635142b8 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 27 Oct 2018 23:09:48 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 68be4b5..445f3d3 100644 --- a/scripts/install +++ b/scripts/install @@ -157,7 +157,7 @@ yunohost service add NAME_INIT.D --log "/var/log/FILE.log" # Check if the service started #================================================= -ynh_check_starting "Running..." "/var/log/$app/osjs.log" "120" +ynh_check_starting "HTTP Listening at localhost:$port" "/var/log/$app/osjs.log" "120" #================================================= # SETUP SSOWAT