From 8260cdda5168bd2a2571452d657b37a4f82c613d Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Mon, 12 Mar 2018 16:54:36 -0500 Subject: [PATCH] Fix Comment (#39) * Just fixing a silly comment --- docker-install.sh | 2 +- guac-install-server.sh | 1 + guac-install.sh | 2 +- guac-upgrade.sh | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docker-install.sh b/docker-install.sh index 22e9a61..13e9841 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Version numbers of Guacamole and MySQL Connector/J to download +# Version number of Guacamole to install GUACVERSION="0.9.14" # Get script arguments for non-interactive mode diff --git a/guac-install-server.sh b/guac-install-server.sh index 95a1347..7933f4c 100644 --- a/guac-install-server.sh +++ b/guac-install-server.sh @@ -1,5 +1,6 @@ #!/bin/bash +# Version number of Guacamole to install GUACVERSION="0.9.14" # Ubuntu and Debian have different names of the libjpeg-turbo library for some reason... diff --git a/guac-install.sh b/guac-install.sh index a73bf52..7c422e8 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Version numbers of Guacamole and MySQL Connector/J to download +# Version number of Guacamole to install GUACVERSION="0.9.14" # Update apt so we can search apt-cache for newest tomcat version supported diff --git a/guac-upgrade.sh b/guac-upgrade.sh index 5faac89..55d3775 100644 --- a/guac-upgrade.sh +++ b/guac-upgrade.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Version Numbers of Guacamole to download +# Version number of Guacamole to install GUACVERSION="0.9.14" # Try to get database from /etc/guacamole/guacamole.properties