aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/files/sbin/ifup
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/config/netifd/files/sbin/ifup')
-rwxr-xr-xpackage/network/config/netifd/files/sbin/ifup2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/files/sbin/ifup b/package/network/config/netifd/files/sbin/ifup
index 5515b91f76..15be535bbf 100755
--- a/package/network/config/netifd/files/sbin/ifup
+++ b/package/network/config/netifd/files/sbin/ifup
@@ -37,7 +37,7 @@ done
[ "$modes" = "down up" ] && ubus call network reload
if [ -n "$ifup_all" ]; then
- for interface in `ubus -S list 'network.interface.*'`; do
+ for interface in $(ubus -S list 'network.interface.*'); do
if_call "${interface##network.interface.}"
done
[ -n "$setup_wifi" ] && /sbin/wifi up