wok-6.x rev 20066
busybox: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 23 14:24:16 2017 +0200 (2017-09-23) |
parents | 05ed2662f295 |
children | 78a25960b7ef |
files | busybox/stuff/udhcp.script |
line diff
1.1 --- a/busybox/stuff/udhcp.script Sat Sep 23 13:11:28 2017 +0200 1.2 +++ b/busybox/stuff/udhcp.script Sat Sep 23 14:24:16 2017 +0200 1.3 @@ -31,7 +31,7 @@ 1.4 ;; 1.5 1.6 renew|bound) 1.7 - if [ ${ip/:/} == $ip ]; 1.8 + if [ ${ip/:/} == $ip ]; then 1.9 ifconfig $interface $ip $BROADCAST $NETMASK 1.10 else 1.11 ip -6 addr add ${ip}/${ipv6prefix#*/} dev $interface