From 53a79bcb04e0d8fbec6c96c5c332200c05031f30 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Mon, 10 Aug 2015 15:44:01 +0100 Subject: [PATCH] Update of install script --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f4c6233..73cbc7e 100644 --- a/scripts/install +++ b/scripts/install @@ -71,7 +71,7 @@ sudo chmod 750 $final_logpath sudo chown www-data:www-data $final_logpath #Copy XMLElement.php -sudo ln -s /usr/share/awl/inc/XML* /var/www/z-push/include/ +sudo ln -s /usr/share/awl/inc/XML* /var/www/$app/include/ # Modify Nginx configuration file and copy it to Nginx conf directory sudo sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf