mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-146: Pre-clean the webapp context before deploying it.
This commit is contained in:
@@ -575,6 +575,7 @@ END
|
|||||||
start_guacamole() {
|
start_guacamole() {
|
||||||
|
|
||||||
# Install webapp
|
# Install webapp
|
||||||
|
rm -Rf /usr/local/tomcat/webapps/${WEBAPP_CONTEXT:-guacamole}
|
||||||
ln -sf /opt/guacamole/guacamole.war /usr/local/tomcat/webapps/${WEBAPP_CONTEXT:-guacamole}.war
|
ln -sf /opt/guacamole/guacamole.war /usr/local/tomcat/webapps/${WEBAPP_CONTEXT:-guacamole}.war
|
||||||
|
|
||||||
# Start tomcat
|
# Start tomcat
|
||||||
|
Reference in New Issue
Block a user