GUACAMOLE-93: Build guacamole-docker using parent guacamole-client source.

This commit is contained in:
Michael Jumper
2016-08-26 15:58:20 -07:00
parent a5cfccb096
commit e68ce29419
6 changed files with 132 additions and 204 deletions

View File

@@ -325,8 +325,14 @@ END
## last function run within the script.
##
start_guacamole() {
# Install webapp
ln -sf /opt/guacamole/guacamole.war /usr/local/tomcat/webapps/
# Start tomcat
cd /usr/local/tomcat
exec catalina.sh run
}
#