1
0
mirror of https://github.com/MysticRyuujin/guac-install.git synced 2023-10-10 13:36:56 +02:00

Update guac-install.sh (#85)

Missing space before "]"
This commit is contained in:
2W Consultoria 2019-07-02 11:27:47 -03:00 committed by Chase Wright
parent cd866f807c
commit 0d4576bb6c

View File

@ -126,7 +126,7 @@ else
TOMCAT="tomcat7" TOMCAT="tomcat7"
fi fi
if [ -z $(command -v mysql)] if [ -z $(command -v mysql) ]
then then
MYSQL="mysql-server mysql-client mysql-common mysql-utilities" MYSQL="mysql-server mysql-client mysql-common mysql-utilities"
else else