necouchman commented on code in PR #1099:
URL: https://github.com/apache/guacamole-client/pull/1099#discussion_r2252419315


##########
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:
   I'd request changing `APACHE_BASE` to `TOMCAT_BASE` or, perhaps, 
`WEBAPPS_BASE` throughout the code - Apache is the name of a large, non-profit 
software organization, so I'm not really sure it makes sense to use that as 
part of the variable.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to