# HG changeset patch # User Pascal Bellard # Date 1436041135 -7200 # Node ID e47dd81e6781dac15604832420f78e3089bd4393 # Parent 3fd5d62713f98601a5bb4f897b017f955f795788 network.sh: typo diff -r 3fd5d62713f9 -r e47dd81e6781 etc/init.d/network.sh --- a/etc/init.d/network.sh Sat Jul 04 18:41:59 2015 +0200 +++ b/etc/init.d/network.sh Sat Jul 04 22:18:55 2015 +0200 @@ -39,7 +39,7 @@ # Use ethernet eth() { - [ "$WIFI" != 'yes' ] && ifconfig $INTERFACE up & sleep 5 + [ "$WIFI" != 'yes' ] && ifconfig $INTERFACE up && sleep 5 }