Merge pull request #2 from kevbarroga/master

Update guac-upgrade.sh
This commit is contained in:
Chase Wright 2017-03-10 15:19:44 -06:00 committed by GitHub
commit ea1d52e012
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
VERSION = "0.9.11"
SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred')
VERSION="0.9.11"
SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")')
# Stop Tomcat
service tomcat8 stop