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