From 69994202a9e47b60704bfb86cbc5bc8f9095a8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 26 May 2024 15:31:15 +0200 Subject: [PATCH] re-fix upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d32876d..89b86a0 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -28,7 +28,7 @@ if [ -f "/usr/local/bin/backup-with-${app}" ]; then fi if [ -d "/opt/yunohost/$app" ]; then - mv "/opt/yunohost/$app/"* "/opt/yunohost/$app/".* "$install_dir" + mv "/opt/yunohost/$app/"* "$install_dir" ynh_secure_remove --file="/opt/yunohost/$app/check-restic" ynh_secure_remove --file="/opt/yunohost/$app/check_method_restic" ynh_secure_remove --file="/opt/yunohost/$app/restic_check_log_restic"