Add an extra newline

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:54 -04:00
parent 60ae9af7ac
commit ccfa042ef0
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ echo
echo "NOTE: If you make a mistake and need to restart the installer while answering"
echo " the questions below, you may do so by typing ^C to cancel the script,"
echo " then re-running it by calling /install.sh in the resulting shell."
echo
echo "1) Please enter a fully-qualified hostname for the system."
while [[ -z ${target_hostname} ]]; do