Skip to content

Commit

Permalink
Avoid errors with newer bash on RHEL8
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Apr 7, 2022
1 parent b6775cf commit d03e675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/osc_gpfs.nhc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function check_gpfs_verbs_status() {
dbg "$MMFSADM test verbs status: \"$OUTPUT\""

if [[ "$OUTPUT" == *": started" ]]; then
continue
return 0
else
MSG="$FUNCNAME: GPFS verbs is not started"
fi
Expand Down

0 comments on commit d03e675

Please sign in to comment.