File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dotCMS/src/main/resources/container/tomcat9/bin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ add_glowroot_agent() {
176176 fi
177177 CATALINA_OPTS=" $CATALINA_OPTS -Dglowroot.conf.dir=$GLOWROOT_CONF_DIR "
178178 # We may want to modify these defaults
179- CATALINA_OPTS=" $CATALINA_OPTS -Dglowroot.tmp.dir=${GLOWROOT_TMP_DIR:= $CATALINA_TMPDIR } "
179+ CATALINA_OPTS=" $CATALINA_OPTS -Dglowroot.tmp.dir=${GLOWROOT_TMP_DIR:=/ tmp } "
180180 # Only used if when not using a collector
181181 CATALINA_OPTS=" $CATALINA_OPTS -Dglowroot.data.dir=${GLOWROOT_DATA_DIR:= $GLOWROOT_SHARED_FOLDER / data} "
182182
@@ -193,4 +193,4 @@ add_glowroot_agent() {
193193# Run the function to add Glowroot agent settings to CATALINA_OPTS if enabled
194194add_glowroot_agent
195195export CATALINA_OPTS
196- export CLASSPATH
196+ export CLASSPATH
You can’t perform that action at this time.
0 commit comments