tiborauer commented on code in PR #1099: URL: https://github.com/apache/guacamole-client/pull/1099#discussion_r2253561213
########## guacamole-docker/entrypoint.d/100-generate-guacamole-home.sh: ########## @@ -59,8 +59,25 @@ is_property_set() { # Start with a fresh GUACAMOLE_HOME # -rm -rf /tmp/guacamole-home.* -GUACAMOLE_HOME="`mktemp -p /tmp -d guacamole-home.XXXXXXXXXX`" +if [[ -z "$APACHE_BASE" ]]; then Review Comment: Thank you for the suggestion! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org