SHA256
1
0
forked from pool/tomcat
2022-07-13 13:43:12 +00:00
committed by Git OBS Bridge
parent c75e4afeff
commit 0a03fd758a
8 changed files with 33 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
if [ "$1" = "version" ]; then
. /usr/libexec/tomcat/preamble
. @LIBEXECDIR@/tomcat/preamble
exec ${JAVACMD} -classpath ${CATALINA_HOME}/lib/catalina.jar \
org.apache.catalina.util.ServerInfo
fi