Changeset 603

Show
Ignore:
Timestamp:
08/17/11 03:17:32 (9 months ago)
Author:
JulioCP
Message:

Fix typo in info of Private AP current state.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/nightwing/usr/bin/nw_conf

    r602 r603  
    130130        echo -e "\033[1m Server Log IP:\033[0m $(uci_get $SERVERLOG)" 
    131131        echo -e "\033[1m Visualisation Server:\033[0m $(uci get $VIS_SRV)" 
    132         echo -e "\033[1m Public AP 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)" 
    133133        echo -e "\033[1m Node Channel:\033[0m $(uci_get $CHANNEL)" 
    134134        echo -e "\033[1m Wireless Mode:\033[0m $(uci_get $WMODE)"