wok diff busybox/stuff/udhcp.script @ rev 20746

updated bleachbit (0.9.4 -> 2.0)
author Hans-G?nter Theisgen
date Sun Feb 10 10:49:22 2019 +0100 (2019-02-10)
parents e03da3e76528
children 02c70d036ea0
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 Feb 10 10:49:22 2019 +0100
     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