From c1c247d92f5bce2a47500cd2d85e09315e1345c2 Mon Sep 17 00:00:00 2001 From: Kayou Date: Wed, 28 Aug 2024 15:44:22 +0200 Subject: [PATCH] fix restore --- scripts/restore | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index 1329b4e..86939b1 100755 --- a/scripts/restore +++ b/scripts/restore @@ -15,9 +15,6 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Validating restoration parameters..." -test ! -d /etc/$app \ - || ynh_die --message="There is already a directory: /etc/$app " - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================