mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2025-06-28 20:13:33 +02:00
Fix weird quotes
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user