GUACAMOLE-146: Allow webapp context to be specified in Docker with environment variable.

This commit is contained in:
Nick Couchman
2018-06-11 13:07:43 -04:00
parent 2daf38b32c
commit 65b03df3bd

View File

@@ -329,7 +329,7 @@ END
start_guacamole() {
# 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
cd /usr/local/tomcat