We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2504d4c commit 33c2c66Copy full SHA for 33c2c66
operator/src/main/resources/scripts/readState.sh
@@ -20,7 +20,7 @@ DH=${DOMAIN_HOME?}
20
21
STATEFILE=/${DH}/servers/${SN}/data/nodemanager/${SN}.state
22
23
-if [ `jps -l | grep -c " -Dweblogic.Name=${SERVER_NAME} "` -eq 0 ]; then
+if [ `jps -v | grep -c " -Dweblogic.Name=${SERVER_NAME} "` -eq 0 ]; then
24
trace "WebLogic server process not found"
25
echo SHUTDOWN
26
exit 0
0 commit comments