From 8a9e7c0267f7a677287417d27a901a21cedbb59d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 21 Dec 2020 22:35:54 +0100 Subject: [PATCH] Update change_url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index c4fd19a..a5f4437 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=start --log_path="systemd" --line_match="Your Etherpad version is" +ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Your Etherpad version is" #================================================= # END OF SCRIPT