From 619682a34db89624f998d44b2d27226b1a32aa25 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 1 Jan 2022 11:47:07 +0100 Subject: [PATCH] [fix] remove superfluous service removal --- manifest.json | 2 +- scripts/upgrade | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a0c431a..7b12086 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web user interface to manage your WireGuard setup", "fr": "Interface utilisateur Web pour gérer votre configuration WireGuard" }, - "version": "0.3.2~ynh1", + "version": "0.3.2~ynh2", "url": "https://github.com/ngoduykhanh/wireguard-ui", "upstream": { "license": "MIT", diff --git a/scripts/upgrade b/scripts/upgrade index 635c5bc..fc4b08c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -105,7 +105,6 @@ fi if systemctl list-units --full -all | grep -Fq "wireguard_ui_conf.service"; then systemctl disable --now --quiet wireguard_ui_conf.service ynh_secure_remove --file="/etc/systemd/system/wireguard_ui_conf.service" - yunohost service remove wireguard_ui_conf fi #=================================================