From 34adbca29754b2fddfd4ed65673e6ae35a083850 Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Wed, 2 Nov 2022 16:12:53 +0000 Subject: [PATCH] Update remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index d4205e3..cdf4fee 100644 --- a/scripts/remove +++ b/scripts/remove @@ -77,7 +77,7 @@ if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then then #if domain exist we remove it yunohost domain remove $sandboxdomain # we clean the nginx configuration we added - ynh_secure_remove --file="/etc/nginx/conf.d/$sandboxdomain.d/cryptpad.conf" + ynh_secure_remove --file="/etc/nginx/conf.d/$sandboxdomain.d/" fi fi