From abd39cf3092312b30e527b2c68553c281f4795f1 Mon Sep 17 00:00:00 2001 From: abeudin Date: Fri, 19 Dec 2014 13:32:18 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6350042..7e2cfb9 100644 --- a/scripts/install +++ b/scripts/install @@ -33,7 +33,7 @@ sudo chmod 750 /var/log/z-push sudo chown www-data:www-data /var/log/z-push #Copy XMLElement.php -sudo ln -s /usr/share/awl/inc/* /var/www/z-push/include/ +sudo ln -s /usr/share/awl/inc/XML* /var/www/z-push/include/ # Modify Nginx configuration file and copy it to Nginx conf directory sudo sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf