slitaz-boot-scripts rev 401

network.sh: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 04 22:18:55 2015 +0200 (2015-07-04)
parents 3fd5d62713f9
children 9a32f6e0607f
files etc/init.d/network.sh
line diff
     1.1 --- a/etc/init.d/network.sh	Sat Jul 04 18:41:59 2015 +0200
     1.2 +++ b/etc/init.d/network.sh	Sat Jul 04 22:18:55 2015 +0200
     1.3 @@ -39,7 +39,7 @@
     1.4  # Use ethernet
     1.5  
     1.6  eth() {
     1.7 -	[ "$WIFI" != 'yes' ] && ifconfig $INTERFACE up & sleep 5
     1.8 +	[ "$WIFI" != 'yes' ] && ifconfig $INTERFACE up && sleep 5
     1.9  }
    1.10  
    1.11