Skip to content

Commit

Permalink
Copy parse script to /tmp dir, so we may change them temporaly.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 17, 2025
1 parent 1091005 commit 4da7827
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion catalina_base/bin/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

dir=$( dirname "${BASH_SOURCE[0]}")


if [[ -z "$LOG4J2" ]]; then
export LOG4J2="log4j2.xml"
fi
Expand Down Expand Up @@ -120,3 +119,6 @@ fi
if [ -z ${TOMCAT_ACCEPT_COUNT+x} ]; then
export TOMCAT_ACCEPT_COUNT=100
fi

# 'parse
find / -type f -executable -name "parse*" -print -exec cp "{}" /tmp \;

0 comments on commit 4da7827

Please sign in to comment.