From 265798e3e64f25efdc63834ad5aefd86812c0211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 4 Feb 2024 13:18:42 +0100 Subject: [PATCH] Fix remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 212e212..1fa0070 100644 --- a/scripts/remove +++ b/scripts/remove @@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Removing system configurations related to $app..." -yunohost service remove "$app" --description="Incus system container and virtual machine manager" --log="/var/log/incus/incusd.log" +yunohost service remove "$app" --log="/var/log/incus/incusd.log" ynh_remove_logrotate