From 058d449f65a2af075abdd97c23969361455543be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20Lothor=C3=A9?= Date: Sun, 26 Jan 2020 21:32:01 +0100 Subject: [PATCH] Fix service remove on uninstall --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 30a4fda..c6bc7fe 100644 --- a/scripts/remove +++ b/scripts/remove @@ -35,7 +35,7 @@ fi # remove systemd service ynh_system_reload --service_name="$app@$app" --action=stop ynh_system_reload --service_name="$app@$app" --action=disable -ynh_secure_remove "/etc/systemd/system/$app.service" +ynh_secure_remove "/etc/systemd/system/$app@$app.service" # close port ynh_exec_fully_quiet yunohost firewall disallow TCP $port