Add an extra newline

This commit is contained in:
Joshua Boniface 2019-12-13 13:59:36 -05:00
parent b22bf0d8d5
commit 786d73622b
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