Browse Source

Fix rights issue with openvpn scripts

feature/ldap
Chocobozzz 10 years ago
parent
commit
b0fd86a9d0
  1. 1
      install.sh

1
install.sh

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

Loading…
Cancel
Save