From 8b295c4b7f13b02ff1a4552fd8cd2fb108cff8b7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 7 Dec 2020 13:03:43 +0100 Subject: [PATCH] Fix --- scripts/change_url | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 8fed290..e94cd80 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -114,7 +114,7 @@ ynh_systemd_action --service_name=nginx --action=reload ynh_script_progression --message="Starting a systemd service..." --weight=6 # Start a systemd service -ynh_systemd_action --action=restart --log_path="systemd" --line_match="Your Etherpad version is" --timeout="120" #--service_name=$app +ynh_systemd_action --action=restart --log_path="systemd" #--line_match="Your Etherpad version is" --timeout="120" #--service_name=$app #================================================= # END OF SCRIPT diff --git a/scripts/restore b/scripts/restore index 93eb6ed..db2fac2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -115,7 +115,7 @@ yunohost service add $app --description="Collaborative editor." --log="/var/log/ #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=8 -ynh_systemd_action --service_name=$app --action=restart --log_path="systemd" --line_match="Your Etherpad version is" --timeout="120" +ynh_systemd_action --service_name=$app --action=restart --log_path="systemd" #--line_match="Your Etherpad version is" --timeout="120" #================================================= # GENERIC FINALIZATION