Bob Mottram преди 8 години
родител
ревизия
23bb82dae6
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2
    0
      src/freedombone-utils-final

+ 2
- 0
src/freedombone-utils-final Целия файл

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