1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2024-11-14 22:47:14 +01:00

Fix weird quotes

This commit is contained in:
Chase Wright 2018-02-23 18:46:48 -06:00 committed by GitHub
parent 714ae7f20d
commit a3375c6805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# Try to get database from /etc/guacamole/guacamole.properties # Try to get database from /etc/guacamole/guacamole.properties
DATABASE=$(grep -oP 'mysql-database:\K.*' /etc/guacamole/guacamole.properties | awk '{print $1}') DATABASE=$(grep -oP 'mysql-database:\K.*' /etc/guacamole/guacamole.properties | awk '{print $1}')
MYSQL_SERVER=$(grep -oP mysql-hostname:\K.* /etc/guacamole/guacamole.properties | awk {print $1}) MYSQL_SERVER=$(grep -oP 'mysql-hostname:\K.*' /etc/guacamole/guacamole.properties | awk '{print $1}')
# Get MySQL root password # Get MySQL root password
echo echo