Bob Mottram 8 years ago
parent
commit
23bb82dae6
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-utils-final

+ 2
- 0
src/freedombone-utils-final View File

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