Skip to content

Commit

Permalink
Fixed a syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: CS Zhang <zhangcho@us.ibm.com>
  • Loading branch information
cs-zhang committed Feb 2, 2024
1 parent 3e2e713 commit 9995a64
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -634,7 +634,7 @@ ibmcloud cis dns-record-create ${CIS_DOMAIN_ID} --type A --name "*.apps.${CLUSTE
sleep 180

# Rebooting the node to boot from net
pi ins act $instance_id --operation soft-reboot
ibmcloud pi ins act $instance_id --operation soft-reboot

# Updating the boot disk of SNO node to volume attached to VSI, it required only for normal SNO installastion.
if [[ ${INSTALL_TYPE} == "sno" ]]; then
Expand Down

0 comments on commit 9995a64

Please sign in to comment.