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 #=================================================