Add some newlines

This commit is contained in:
Girish Ramakrishnan
2017-02-14 14:30:54 -08:00
parent 7f4f525551
commit 1f08cca355
+2 -2
View File
@@ -237,9 +237,9 @@ while true; do
done
if [[ -n "${domain}" ]]; then
echo -e "Visit https://my.${domain} to finish setup once the server has rebooted.\n"
echo -e "\n\nVisit https://my.${domain} to finish setup once the server has rebooted.\n"
else
echo -e "Visit https://<IP> to finish setup once the server has rebooted.\n"
echo -e "\n\nVisit https://<IP> to finish setup once the server has rebooted.\n"
fi
if [[ "${rebootServer}" == "true" ]]; then