diff --git a/guac-install.sh b/guac-install.sh index 08dd747..3138fc4 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -1,7 +1,6 @@ #!/bin/bash VERSION="0.9.11" -SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")') # Grab a password for MySQL Root read -s -p "Enter the password that will be used for MySQL Root: " mysqlrootpassword @@ -24,6 +23,8 @@ then exit fi +SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")') + # Add GUACAMOLE_HOME to Tomcat8 ENV echo "" >> /etc/default/tomcat8 echo "# GUACAMOLE EVN VARIABLE" >> /etc/default/tomcat8