Format final message more nicely
This commit is contained in:
parent
412aa161df
commit
6f77e54c8a
|
@ -320,13 +320,13 @@ cleanup
|
||||||
|
|
||||||
titlestring_text="| PVC node installation finished. Next steps: |"
|
titlestring_text="| PVC node installation finished. Next steps: |"
|
||||||
titlestring_len="$( wc -c <<<"${titlestring_text}" )"
|
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 "${titlestring_text}"
|
||||||
echo "| 1. Press <enter> to reboot the system. |"
|
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 "| 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 "| 3. Configure /etc/network/interfaces to the cluster specifications. |"
|
||||||
echo "| 4. Proceed with system deployment via PVC Ansible."
|
echo "| 4. Proceed with system deployment via PVC Ansible. |"
|
||||||
for i in $( seq 2 85 ); do echo -n "-"; done; echo
|
for i in $( seq 2 86 ); do echo -n "-"; done; echo
|
||||||
echo
|
echo
|
||||||
read
|
read
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue