edit shutdown message

pull/32/head
necro-nemesis 6 years ago
parent 054ca9b1b0
commit af803634c0

@ -375,9 +375,8 @@ function install_complete() {
echo "Installation reboot aborted." echo "Installation reboot aborted."
exit 0 exit 0
fi fi
echo "Shutting down\n" install_log "Shutting Down"
echo "Allow a minute for reinitialization\n" echo -n "Allow a minute for reinitialization then 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