Bob Mottram 8 gadus atpakaļ
vecāks
revīzija
23bb82dae6
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      src/freedombone-utils-final

+ 2
- 0
src/freedombone-utils-final Parādīt failu

@@ -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