This commit is contained in:
Bob Mottram 2016-10-22 19:10:12 +01:00
parent 66bdd41ec1
commit 23bb82dae6
1 changed files with 2 additions and 0 deletions

View File

@ -61,7 +61,9 @@ function install_final {
if [ ! -f $IMAGE_PASSWORD_FILE ]; then
if [ -f /root/${PROJECT_NAME}-wifi.cfg ]; then
create_wifi_startup_script
echo ''
echo $'Shutting down the system. Detatch the ethernet cable, then power on again.'
echo ''
shutdown now
return
fi