From fd169f264712a403db14dbed92b0ef9c70d05119 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Mon, 24 Jul 2017 15:26:06 -0500 Subject: [PATCH] Fixed MCJVERSION variable Oops --- guac-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-install.sh b/guac-install.sh index ff69e69..8702de7 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -2,7 +2,7 @@ # Version Numbers of Guacamole and MySQL Connection/J to download VERSION="0.9.12" -MCJVERSION = "5.1.43" +MCJVERSION="5.1.43" # Grab a password for MySQL Root read -s -p "Enter the password that will be used for MySQL Root: " mysqlrootpassword