Add an extra newline
This commit is contained in:
parent
b22bf0d8d5
commit
786d73622b
|
@ -19,6 +19,7 @@ echo
|
||||||
echo "NOTE: If you make a mistake and need to restart the installer while answering"
|
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 " 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 " then re-running it by calling /install.sh in the resulting shell."
|
||||||
|
echo
|
||||||
|
|
||||||
echo "1) Please enter a fully-qualified hostname for the system."
|
echo "1) Please enter a fully-qualified hostname for the system."
|
||||||
while [[ -z ${target_hostname} ]]; do
|
while [[ -z ${target_hostname} ]]; do
|
||||||
|
|
Loading…
Reference in New Issue