瀏覽代碼

Attach dongle

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

+ 1
- 1
src/freedombone-utils-final 查看文件

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 ''
65
-            echo $'Shutting down the system. Detatch the ethernet cable, then power on again.'
65
+            echo $'Shutting down the system. Detatch the ethernet cable, attach wifi dongle, then power on again.'
66
             echo ''
66
             echo ''
67
             shutdown now
67
             shutdown now
68
             return
68
             return