Format final message more nicely

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:53 -04:00
parent 412aa161df
commit 6f77e54c8a
1 changed files with 7 additions and 7 deletions

View File

@ -320,13 +320,13 @@ cleanup
titlestring_text="| PVC node installation finished. Next steps: |"
titlestring_len="$( wc -c <<<"${titlestring_text}" )"
for i in $( seq 2 85 ); do echo -n "-"; done; echo
for i in $( seq 2 86 ); do echo -n "-"; done; echo
echo "${titlestring_text}"
echo "| 1. Press <enter> to reboot the system. |"
echo "| 2. Boot the PVC base hypervisor and verify SSH access (IP shown on login screen). |"
echo "| 3. Configure /etc/network/interfaces to the cluster specifications. |"
echo "| 4. Proceed with system deployment via PVC Ansible."
for i in $( seq 2 85 ); do echo -n "-"; done; echo
echo "| 4. Proceed with system deployment via PVC Ansible. |"
for i in $( seq 2 86 ); do echo -n "-"; done; echo
echo
read