From a3375c6805bf546dd5d7dcb5709172232199ed8d Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Fri, 23 Feb 2018 18:46:48 -0600 Subject: [PATCH] Fix weird quotes --- guac-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-upgrade.sh b/guac-upgrade.sh index e73e4f8..c29f3a0 100644 --- a/guac-upgrade.sh +++ b/guac-upgrade.sh @@ -2,7 +2,7 @@ # Try to get database from /etc/guacamole/guacamole.properties 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 echo