Update guac-install.sh (#85)

Missing space before "]"
This commit is contained in:
2W Consultoria
2019-07-02 09:27:47 -05:00
committed by Chase Wright
parent cd866f807c
commit 0d4576bb6c
+1 -1
View File
@@ -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