Skip to content

Commit 4fe894b

Browse files
committed
minot nit
1 parent 8aaa1b1 commit 4fe894b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift-install-powervs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ function check_bastion {
386386
PERCENT=$((PERCENT + 2))
387387
elif [[ $((SECONDS - BASTION_ELAPSED_TIME[i])) -gt $((REBOOT_TIMEOUT_BASTION * 60)) ]]; then
388388
warn "Node $instance_name is in WARNING state for more than $REBOOT_TIMEOUT_BASTION mins. Rebooting the node"
389-
$CLI_PATH pi ins act "$instance_id" -o hard-reboot
389+
$CLI_PATH pi ins action "$instance_id" -o hard-reboot
390390
BASTION_ELAPSED_TIME[$i]=$SECONDS
391391
fi
392392
fi

0 commit comments

Comments
 (0)