Do not chmod +x pandora_server_installer.

Running `chmod +x pandora_server_installer &&
./pandora_server_installer` inside a container causes an error when
using Docker's aufs storage driver.
This commit is contained in:
Ramon Novoa 2017-04-19 08:51:40 +02:00
parent 185d3adcc0
commit dc97c29198
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ fi
#Create the pandora user to run the anyterd, mainly
/usr/sbin/useradd -d /home/pandora -s /bin/false -M -g 0 pandora
cd /tmp/pandorafms/pandora_server && chmod +x pandora_server_installer && ./pandora_server_installer --install
cd /tmp/pandorafms/pandora_server && ./pandora_server_installer --install
#Configure the Pandora FMS Server to connect to the database
sed -i "s/dbname pandora/dbname $PANDORA_DB_NAME/g" /etc/pandora/pandora_server.conf