From 571763f59a46e4dfb55e2bfbd053da5fc0dc79d3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 21 Oct 2020 13:31:34 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index b99001f..5869cfc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -165,7 +165,7 @@ yunohost service add $app --description "Etherpad-lite, the collaborative editor #================================================= # START SYSTEMD SERVICE #================================================= -ynh_script_progression --message="Starting a systemd service..." --time --weight=10 +ynh_script_progression --message="Starting a systemd service..." --weight=10 ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Your Etherpad version is" --timeout="120"