Fix rights issue with openvpn scripts

This commit is contained in:
Chocobozzz 2015-07-26 18:04:24 +02:00
parent bfdfeba1ea
commit b0fd86a9d0

View File

@ -168,6 +168,7 @@ printf "\n################## Setup web application ##################\n"
# Copy bash scripts (which will insert row in MySQL)
cp -r "$base_path/installation/scripts" "/etc/openvpn/"
chmod +x "/etc/openvpn/scripts/*"
# Create the directory of the web application
mkdir "$openvpn_admin"