From 80061bfdb08ebf26bd65b299f6bd5bb61a13760a Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 13 Aug 2020 22:10:20 +0200 Subject: [PATCH] Fix systemd service remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index f576598..fa5cab3 100644 --- a/scripts/remove +++ b/scripts/remove @@ -34,7 +34,7 @@ fi # remove systemd service ynh_systemd_action --service_name="$app@$app" --action=stop ynh_systemd_action --service_name="$app@$app" --action=disable -ynh_secure_remove --file="/etc/systemd/system/$app.service" +ynh_secure_remove --file="/etc/systemd/system/$app@$app.service" # close port ynh_exec_fully_quiet yunohost firewall disallow TCP $port