From 798e852c2201d198b757cf905f49927c837573cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 14 Jan 2024 12:23:19 +0100 Subject: [PATCH] fix --- scripts/backup | 1 - scripts/remove | 2 -- 2 files changed, 3 deletions(-) diff --git a/scripts/backup b/scripts/backup index cc362c0..05a273a 100644 --- a/scripts/backup +++ b/scripts/backup @@ -6,7 +6,6 @@ # IMPORT GENERIC HELPERS #================================================= -# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers diff --git a/scripts/remove b/scripts/remove index 22e607b..ac762c0 100644 --- a/scripts/remove +++ b/scripts/remove @@ -18,8 +18,6 @@ ynh_remove_nginx_config ynh_remove_fpm_config -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================