From ee0ece75db623bd847706cea0e9f1a7ac31b47aa Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sun, 28 Mar 2021 18:54:15 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 67fba61..6e5c47b 100755 --- a/scripts/install +++ b/scripts/install @@ -57,6 +57,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde # Register (book) web path if [[ $path_url =~ my_webapp ]] then + mkdir $YNH_APP_ARG_PATH ynh_webpath_register --app=$app --domain=$domain --path_url=$YNH_APP_ARG_PATH chown -R my_webapp $final_path else