netifd: always issue a reload on ifup, not just for -a
[openwrt.git] / package / netifd / files / sbin / ifup
index ef85de1..90bbc9d 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