netifd: always issue a reload on ifup, not just for -a
[openwrt/staging/dedeckeh.git] / package / netifd / files / sbin / ifup
index ef85de1fe832a53e47f4cbf1d73d468a5c52906e..90bbc9d153bf379943e20194f47d37b576cacf70 100755 (executable)
@@ -13,8 +13,8 @@ if_call() {
        done
 }
 
+[ "$modes" = "down up" ] && ubus call network reload
 [[ "$1" == "-a" ]] && {
-       [ "$modes" = "down up" ] && ubus call network reload
        for interface in `ubus -S list 'network.interface.*'`; do
                if_call "$interface"
        done