From c4ebfaac2c19074e3bf7141fc2ab98dc0dd18333 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Thu, 30 Mar 2017 21:10:52 -0500 Subject: [PATCH] Fixed a static version number --- guac-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-upgrade.sh b/guac-upgrade.sh index 28ccdb1..2243563 100644 --- a/guac-upgrade.sh +++ b/guac-upgrade.sh @@ -17,7 +17,7 @@ cd .. # Download and replace Guacamole Client wget ${SERVER}/incubator/guacamole/${VERSION}-incubating/binary/guacamole-${VERSION}-incubating.war -mv guacamole-0.9.11-incubating.war /etc/guacamole/guacamole.war +mv guacamole-${VERSION}-incubating.war /etc/guacamole/guacamole.war # Download and upgrade SQL components wget ${SERVER}/incubator/guacamole/${VERSION}-incubating/binary/guacamole-auth-jdbc-${VERSION}-incubating.tar.gz