From af00b798d58b3f14e50a345fdfe33521dde8fb85 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 13 Dec 2020 14:49:53 +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..2c31635 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" #================================================= # END OF SCRIPT diff --git a/scripts/restore b/scripts/restore index 1f9e95c..5e9b63d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -114,7 +114,7 @@ systemctl enable $app.service --quiet #================================================= 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" #================================================= # GENERIC FINALIZATION