# HG changeset patch # User Pascal Bellard # Date 1208773064 0 # Node ID 1e93fd1b1640598a7f3ec99a23f570a4a5848153 # Parent 6ab9efa8fb986548568a496012e097d76644adc3 network.sh: typo diff -r 6ab9efa8fb98 -r 1e93fd1b1640 etc/init.d/network.sh --- a/etc/init.d/network.sh Fri Apr 18 16:54:44 2008 +0200 +++ b/etc/init.d/network.sh Mon Apr 21 10:17:44 2008 +0000 @@ -31,7 +31,7 @@ fi # For wifi (experimental). -if [ "$WIFI" = "yes" -o grep -q "wifi" /proc/cmdline ] ; then +if [ "$WIFI" = "yes" ] || grep -q "wifi" /proc/cmdline; then iwconfig $WIFI_INTERFACE essid $ESSID echo "Starting udhcpc client on: $INTERFACE... " /sbin/udhcpc -b -i $WIFI_INTERFACE \