From d8c8723a022b5c8c257637c9aae7919997dbe49d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 28 Feb 2022 20:27:32 +0100 Subject: [PATCH] Fix restore --- scripts/restore | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index 4f90ae4..6ebb6b6 100755 --- a/scripts/restore +++ b/scripts/restore @@ -37,9 +37,6 @@ db_user=$db_name #================================================= ynh_script_progression --message="Validating restoration parameters..." -test ! -d $final_path \ - || ynh_die --message="There is already a directory: $final_path " - #================================================= # STANDARD RESTORATION STEPS #=================================================