Skip to content

Instantly share code, notes, and snippets.

@takahashi-h5
Created September 24, 2020 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takahashi-h5/6f81df7f40d04fad35578a5c065a166e to your computer and use it in GitHub Desktop.
Save takahashi-h5/6f81df7f40d04fad35578a5c065a166e to your computer and use it in GitHub Desktop.
if [ -r "$CATALINA_BASE/bin/setenv.sh" ]; then
. "$CATALINA_BASE/bin/setenv.sh"
elif [ -r "$CATALINA_HOME/bin/setenv.sh" ]; then
. "$CATALINA_HOME/bin/setenv.sh"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment