correct lines

pull/32/head
necro-nemesis 6 years ago
parent 17cc15d24a
commit eb22cb7df9

@ -371,9 +371,9 @@ function install_complete() {
echo "Installation reboot aborted." echo "Installation reboot aborted."
exit 0 exit 0
fi fi
echo -n "Shutting down" echo "Shutting down\n"
echo -n "Allow a minute for reinitialization" echo "Allow a minute for reinitialization\n"
echo -n "Connect wifi to SSID loki-access and use default password 'ChangeMe'" echo "Connect wifi to SSID loki-access and use default password 'ChangeMe'"
sleep 8 sleep 8
sudo shutdown -r now || install_error "Unable to execute shutdown" sudo shutdown -r now || install_error "Unable to execute shutdown"
} }

Loading…
Cancel
Save