From d7551b07e5d4ebefeb9da3ab91834af80cd01430 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Fri, 15 Sep 2017 17:29:32 +0200 Subject: [PATCH] Create final_path as it's not created anymore by the help --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 6230c96..e359cef 100755 --- a/scripts/install +++ b/scripts/install @@ -52,6 +52,8 @@ ynh_webpath_register $app $domain $path_url final_path=/var/www/$app test ! -e "$final_path" || ynh_die "This path already contains a folder" +mkdir -p $final_path + #================================================= # STORE SETTINGS FROM MANIFEST #=================================================