Skip to content

Commit 33c2c66

Browse files
committed
Typo in script
1 parent 2504d4c commit 33c2c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/src/main/resources/scripts/readState.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DH=${DOMAIN_HOME?}
2020

2121
STATEFILE=/${DH}/servers/${SN}/data/nodemanager/${SN}.state
2222

23-
if [ `jps -l | grep -c " -Dweblogic.Name=${SERVER_NAME} "` -eq 0 ]; then
23+
if [ `jps -v | grep -c " -Dweblogic.Name=${SERVER_NAME} "` -eq 0 ]; then
2424
trace "WebLogic server process not found"
2525
echo SHUTDOWN
2626
exit 0

0 commit comments

Comments
 (0)