From c45f9a62c7e89c7e6e107c650548c0ae8df572c7 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Sat, 20 Jan 2018 16:57:53 -0500 Subject: [PATCH] Update guac-install.sh Yup drunk --- guac-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-install.sh b/guac-install.sh index 8c30c7e..572e5e8 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -88,7 +88,7 @@ fi SERVER="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${VERSION}" # Quick Fix SERVER -SERVER=$GUACVERSION +VERSION=$GUACVERSION # Download Guacamole Server wget -O guacamole-server-${VERSION}.tar.gz ${SERVER}/source/guacamole-server-${VERSION}.tar.gz