wok rev 20072

busybox: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 24 08:47:56 2017 +0200 (2017-09-24)
parents e03da3e76528
children 1fdfb6902d41
files busybox/stuff/udhcp.script
line diff
     1.1 --- a/busybox/stuff/udhcp.script	Sat Sep 23 18:56:15 2017 +0200
     1.2 +++ b/busybox/stuff/udhcp.script	Sun Sep 24 08:47:56 2017 +0200
     1.3 @@ -24,7 +24,7 @@
     1.4  
     1.5  case "$1" in
     1.6  	deconfig)
     1.7 -		if !netfs; then
     1.8 +		if ! netfs; then
     1.9  			ifconfig $interface 0.0.0.0
    1.10  			ip -6 addr flush $DEV
    1.11  		fi