mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 17:16:39 +01:00 
			
		
		
		
	Update guac-upgrade.sh
Fixed spaces on VERSION line
Appended '|rtrimstr("/")' to '.preferred' to remove trailing "/"
			
			
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| VERSION = "0.9.11" | VERSION="0.9.11" | ||||||
| SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred') | SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred|rtrimstr("/")') | ||||||
|  |  | ||||||
| # Stop Tomcat | # Stop Tomcat | ||||||
| service tomcat8 stop | service tomcat8 stop | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user