slitaz-boot-scripts diff etc/init.d/network.sh @ rev 414

/etc/init.d/bootopts.sh: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 29 21:12:39 2015 +0200 (2015-08-29)
parents 0c9119dea7b8
children 29ec74a6d359
line diff
     1.1 --- a/etc/init.d/network.sh	Mon Jul 06 02:06:43 2015 +0300
     1.2 +++ b/etc/init.d/network.sh	Sat Aug 29 21:12:39 2015 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  . "$CONF"
     1.5  
     1.6  WPA_CONF='/etc/wpa/wpa.conf'
     1.7 -[ ! -e "$WPA_CONF" ] && cp /etc/wpa/wpa_empty.conf $WPA_CONF
     1.8 +[ ! -e "$WPA_CONF" ] && cp /etc/wpa/wpa_empty.conf $WPA_CONF 2> /dev/null
     1.9  
    1.10  # Migrate existing settings to a new format file
    1.11