diff --git a/scripts/install b/scripts/install index fcae5d4..3c87986 100644 --- a/scripts/install +++ b/scripts/install @@ -142,7 +142,7 @@ yunohost service add $app --description="Online spreadsheet like excel" --log="/ ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service -ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Serving files from: dist" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Started Luckysheet: online spreadsheet." #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index d01191a..b9e5c8d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -98,7 +98,7 @@ yunohost service add $app --description="Online spreadsheet like excel" --log="/ #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Serving files from: dist" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Started Luckysheet: online spreadsheet." #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 2e1eaa4..7c43bf6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -155,7 +155,7 @@ yunohost service add $app --description="Online spreadsheet like excel" --log="/ #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Serving files from: dist" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Started Luckysheet: online spreadsheet." #================================================= # RELOAD NGINX