Changeset 603
- Timestamp:
- 08/17/11 03:17:32 (9 months ago)
- Files:
-
- 1 modified
-
trunk/nightwing/usr/bin/nw_conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/nightwing/usr/bin/nw_conf
r602 r603 130 130 echo -e "\033[1m Server Log IP:\033[0m $(uci_get $SERVERLOG)" 131 131 echo -e "\033[1m Visualisation Server:\033[0m $(uci get $VIS_SRV)" 132 echo -e "\033[1m P ublicAP is $(if [ $(uci_get $PRI_AP_ACT) == 0 ]; then echo -e "\033[1mnot activated."; else echo -e "\033[1mactivated."; fi)"132 echo -e "\033[1m Private AP is $(if [ $(uci_get $PRI_AP_ACT) == 0 ]; then echo -e "\033[1mnot activated."; else echo -e "\033[1mactivated."; fi)" 133 133 echo -e "\033[1m Node Channel:\033[0m $(uci_get $CHANNEL)" 134 134 echo -e "\033[1m Wireless Mode:\033[0m $(uci_get $WMODE)"