Browse Source

Attach dongle

Bob Mottram 8 years ago
parent
commit
d03a95db5c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-final

+ 1
- 1
src/freedombone-utils-final View File

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