From 5bae64dae7016e030548b1c09f1da40e2add6475 Mon Sep 17 00:00:00 2001 From: leonard Date: Tue, 28 Nov 2023 15:48:21 +0100 Subject: [PATCH] =?UTF-8?q?impl=C3=A9mentation=20du=20remove=20de=20l'app,?= =?UTF-8?q?=20pour=20pouvoir=20l'installer=20pour=20tester=20et=20esp?= =?UTF-8?q?=C3=A9rer=20la=20d=C3=A9sintaller=20proprement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/remove | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/scripts/remove b/scripts/remove index 097c3f4..4cd01e1 100755 --- a/scripts/remove +++ b/scripts/remove @@ -42,19 +42,11 @@ ynh_remove_systemd_config ynh_remove_nginx_config -ynh_remove_fpm_config - ynh_remove_logrotate -ynh_remove_fail2ban_config - # Remove other various files specific to the app... such as : - -ynh_secure_remove --file="/etc/cron.d/$app" - -ynh_secure_remove --file="/etc/$app" - -ynh_secure_remove --file="/var/log/$app" +# /home/yunohost.app/$app/ +ynh_secure_remove --file="$data_dir" #================================================= # END OF SCRIPT