From d1bfd59a4ac94bf8557390c1a45f32b4a5ccf233 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 4 Sep 2021 22:32:00 +0200 Subject: [PATCH] Cleaning up --- check_process | 2 +- scripts/restore | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/check_process b/check_process index 8986592..2c86312 100644 --- a/check_process +++ b/check_process @@ -1,7 +1,7 @@ ;; Test complet ; Manifest domain="domain.tld" - path="/" + path="/path" is_public=1 port="4533" ; Checks diff --git a/scripts/restore b/scripts/restore index 300e178..cc75277 100644 --- a/scripts/restore +++ b/scripts/restore @@ -36,8 +36,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=2 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "