From 1ca294e2447b38f621e0bbb0355d0afb9ebb156b Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sun, 21 Mar 2021 15:08:28 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ab70ebc..3424051 100755 --- a/scripts/install +++ b/scripts/install @@ -53,7 +53,7 @@ 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 [[ $path_url =~ my_webapp ]] then $path_url=$YNH_APP_ARG_PATH fi