From 77bd11e5e0becddd38654fb85290aae8607088f3 Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 21 Aug 2018 01:54:37 +0200 Subject: [PATCH] Update install --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index 9045b17..49bf50f 100644 --- a/scripts/install +++ b/scripts/install @@ -150,6 +150,12 @@ ynh_use_logrotate 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" + #================================================= # SETUP SSOWAT #=================================================