From d0817776f02e92086c816fd2421b97f349f619de Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 18 Oct 2022 01:30:43 +0200 Subject: [PATCH] Fix restore --- scripts/restore | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index 4a79d7e..12f37be 100644 --- a/scripts/restore +++ b/scripts/restore @@ -37,9 +37,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=1 -test ! -d $final_path \ - || ynh_die --message="There is already a directory: $final_path " - #================================================= # STANDARD RESTORATION STEPS #=================================================