Repository: guacamole-client
Updated Branches:
  refs/heads/master 164e6086a -> bf3d27611


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


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/65b03df3
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/65b03df3
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/65b03df3

Branch: refs/heads/master
Commit: 65b03df3bd7088fb7ef115a0d4c2a73c5e4d2293
Parents: 2daf38b
Author: Nick Couchman <nick_couch...@cotyinc.com>
Authored: Mon Jun 11 13:07:43 2018 -0400
Committer: Nick Couchman <nick_couch...@cotyinc.com>
Committed: Mon Jun 11 13:07:43 2018 -0400

----------------------------------------------------------------------
 guacamole-docker/bin/start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/65b03df3/guacamole-docker/bin/start.sh
----------------------------------------------------------------------
diff --git a/guacamole-docker/bin/start.sh b/guacamole-docker/bin/start.sh
index 6309265..9054a08 100755
--- a/guacamole-docker/bin/start.sh
+++ b/guacamole-docker/bin/start.sh
@@ -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

Reply via email to