From 0d4576bb6cf83756ffc60e71b4862506fd3367e6 Mon Sep 17 00:00:00 2001 From: 2W Consultoria Date: Tue, 2 Jul 2019 11:27:47 -0300 Subject: [PATCH] Update guac-install.sh (#85) Missing space before "]" --- guac-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-install.sh b/guac-install.sh index 928a2b5..f5f7c60 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -126,7 +126,7 @@ else TOMCAT="tomcat7" fi -if [ -z $(command -v mysql)] +if [ -z $(command -v mysql) ] then MYSQL="mysql-server mysql-client mysql-common mysql-utilities" else