From c8a39fe6138015ca2e55e80a5d01212973da076a Mon Sep 17 00:00:00 2001 From: tytan652 Date: Tue, 29 Dec 2020 20:07:37 +0100 Subject: [PATCH] fix(level 3): add disable wireguard.path --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4b29da4..3e925e8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -67,8 +67,8 @@ ynh_abort_if_errors ynh_script_progression --message="Stopping a systemd service..." --time --weight=1 ynh_systemd_action --service_name=wireguard_ui --action="stop" --log_path="/var/log/$app/ui.log" +systemctl disable --now --quiet wireguard.path ynh_systemd_action --service_name=wireguard --action="stop" -ynh_systemd_action --service_name=wireguard_path --action="stop" #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE