From d645f72102a18df16c4fe2512015824768d06f6f Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sun, 21 Mar 2021 15:06:19 +0100 Subject: [PATCH] Update install --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 930f56d..3274559 100755 --- a/scripts/install +++ b/scripts/install @@ -53,10 +53,8 @@ ynh_script_progression --message="Validating installation parameters..." --weigh final_path=$path_url test ! -e "$final_path" || ynh_die --message="This path already contains a folder" -if [[ $path_url =~ my_webapp ]] +if not [[ $path_url =~ my_webapp ]] then - break -else $path_url=$YNH_APP_ARG_PATH fi