Skip to content

Commit d03e675

Browse files
committed
Avoid errors with newer bash on RHEL8
1 parent b6775cf commit d03e675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/osc_gpfs.nhc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function check_gpfs_verbs_status() {
152152
dbg "$MMFSADM test verbs status: \"$OUTPUT\""
153153

154154
if [[ "$OUTPUT" == *": started" ]]; then
155-
continue
155+
return 0
156156
else
157157
MSG="$FUNCNAME: GPFS verbs is not started"
158158
fi

0 commit comments

Comments
 (0)