From 55ee044bef27736c62c4b989ea39907b5a31d0c0 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Sun, 8 Sep 2019 13:09:54 +0300 Subject: [PATCH] v3.4.4.7 --- update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index bef6a5b4..c2b4770f 100644 --- a/update.sh +++ b/update.sh @@ -8,8 +8,6 @@ mv -f /tmp/haproxy-wi.cfg app/haproxy-wi.cfg mkdir keys mkdir app/certs -chmod +x app/*py -chmod +x app/tools/*py if hash apt-get 2>/dev/null; then apt-get install git net-tools lshw dos2unix apache2 gcc netcat mod_ssl python3-pip gcc-c++ openldap-devel libpq-dev python-dev libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libffi-dev python3-dev -y @@ -21,6 +19,9 @@ fi git reset --hard git pull https://github.com/Aidaho12/haproxy-wi.git +chmod +x app/*py +chmod +x app/tools/*py + cd app/ ./create_db.py