From a153623ce8b8a08f08fa85fa4dc122ba48e3ae4e Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Tue, 1 Aug 2017 08:15:07 -0500 Subject: [PATCH] Fixed MCJVERSION Stupid spaces --- guac-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-upgrade.sh b/guac-upgrade.sh index 0bc1453..8fd4080 100644 --- a/guac-upgrade.sh +++ b/guac-upgrade.sh @@ -1,6 +1,6 @@ # Version Numbers of Guacamole and MySQL Connection/J to download VERSION="0.9.13" -MCJVERSION = "5.1.43" +MCJVERSION="5.1.43" SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")')