1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2024-11-14 22:47:14 +01: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"
fi
if [ -z $(command -v mysql)]
if [ -z $(command -v mysql) ]
then
MYSQL="mysql-server mysql-client mysql-common mysql-utilities"
else