From 8579fa2fa794e2a5516b1734e89f53f4182a0814 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Sat, 29 Jul 2017 16:56:47 -0500 Subject: [PATCH] Fixed Missing Quote --- guac-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-install.sh b/guac-install.sh index a2fac66..a6cbe03 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -29,7 +29,7 @@ libvorbis-dev libwebp-dev mysql-server mysql-client mysql-common mysql-utilities # If Apt-Get fails to run completely the rest of this isn't going to work... if [ $? != 0 ] then - echo "apt-get failed to install all required dependencies. + echo "apt-get failed to install all required dependencies" exit fi