slitaz-boot-scripts rev 400

wpa_action.sh: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 04 18:41:59 2015 +0200 (2015-07-04)
parents a8aa6b77a7ed
children e47dd81e6781
files etc/init.d/wpa_action.sh
line diff
     1.1 --- a/etc/init.d/wpa_action.sh	Mon Mar 30 09:48:29 2015 +0200
     1.2 +++ b/etc/init.d/wpa_action.sh	Sat Jul 04 18:41:59 2015 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  
     1.5  # For a dynamic IP with DHCP.
     1.6  if [ "$2" = "CONNECTED" ]; then
     1.7 -	[ -f /var/run/udhcpc.$INTERFACE.pid] && killall udhcpc
     1.8 +	[ -f /var/run/udhcpc.$INTERFACE.pid ] && killall udhcpc
     1.9  	/sbin/udhcpc -b -i $INTERFACE -p /var/run/udhcpc.$INTERFACE.pid
    1.10  elif [ "$2" = "DISCONNECTED" ]; then
    1.11  	/sbin/udhcpc -b -i $INTERFACE -p /var/run/udhcpc.$INTERFACE.pid