Fix openvpn scripts connections to mysql and french comments
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user