From db302a02ea159a12cb897edf94468dee32b5f7f3 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 26 Jan 2019 04:13:09 +0100 Subject: [PATCH] Fix install --- scripts/install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/install b/scripts/install index 38bc65a..eeba614 100755 --- a/scripts/install +++ b/scripts/install @@ -296,6 +296,11 @@ fi #Copy XMLElement.php sudo ln -s /usr/share/awl/inc/XML* /var/www/$app/include/ +# Create log directory +sudo mkdir -p $final_logpath +sudo chmod 750 $final_logpath +sudo chown www-data:www-data $final_logpath + #================================================= # STORE THE CONFIG FILE CHECKSUM #=================================================