mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-146: Merge changes allowing webapp context path to be overridden.
This commit is contained in:
		| @@ -329,7 +329,7 @@ END | |||||||
| start_guacamole() { | start_guacamole() { | ||||||
|  |  | ||||||
|     # Install webapp |     # Install webapp | ||||||
|     ln -sf /opt/guacamole/guacamole.war /usr/local/tomcat/webapps/ |     ln -sf /opt/guacamole/guacamole.war /usr/local/tomcat/webapps/${WEBAPP_CONTEXT:-guacamole}.war | ||||||
|  |  | ||||||
|     # Start tomcat |     # Start tomcat | ||||||
|     cd /usr/local/tomcat |     cd /usr/local/tomcat | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user