Bob Mottram 8 年之前
父節點
當前提交
23bb82dae6
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      src/freedombone-utils-final

+ 2
- 0
src/freedombone-utils-final 查看文件

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