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