Fix openvpn scripts connections to mysql and french comments

This commit is contained in:
Chocobozzz
2015-07-31 19:02:08 +02:00
parent 94b401abc7
commit 59e514d77c
5 changed files with 17 additions and 16 deletions
+4
View File
@@ -183,6 +183,10 @@ printf "\n################## Setup web application ##################\n"
cp -r "$base_path/installation/scripts" "/etc/openvpn/"
chmod +x "/etc/openvpn/scripts/"*
# Configure MySQL in openvpn scripts
sed -i "s/\$user='';/\$user='$mysql_user';/" "/etc/openvpn/scripts/config.sh"
sed -i "s/\$pass='';/\$pass='$mysql_pass';/" "/etc/openvpn/scripts/config.sh"
# Create the directory of the web application
mkdir "$openvpn_admin"
cp -r "$base_path/"{index.php,sql,bower.json,.bowerrc,js,include,css,installation/client-conf} "$openvpn_admin"