Format final message more nicely

This commit is contained in:
Joshua Boniface 2019-06-16 00:12:18 -04:00
parent 930632cb7d
commit 182a33834d
1 changed files with 7 additions and 7 deletions

View File

@ -318,15 +318,15 @@ echo "done."
cleanup
titlestring_text="| PVC node installation finished. Next steps: |"
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 "| 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 86 ); do echo -n "-"; done; echo
echo
read