From beacda30d7c3e4e3acc6f6d6ac11dab167d94081 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 12 Jun 2020 13:30:35 +0200 Subject: [PATCH] removing non existing service --- scripts/change_url | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 5f34572..c56b44f 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -69,13 +69,6 @@ fi #================================================= # STANDARD MODIFICATIONS -#================================================= -# STOP SYSTEMD SERVICE -#================================================= -ynh_script_progression --message="Stopping a systemd service..." --weight=1 - -ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log" - #================================================= # MODIFY URL IN NGINX CONF #=================================================