aboutsummaryrefslogtreecommitdiff
path: root/package/network/config/netifd/files/lib/network/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/config/netifd/files/lib/network/config.sh')
-rwxr-xr-xpackage/network/config/netifd/files/lib/network/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/files/lib/network/config.sh b/package/network/config/netifd/files/lib/network/config.sh
index 2a1aa65fe0..4cd28e4ce1 100755
--- a/package/network/config/netifd/files/lib/network/config.sh
+++ b/package/network/config/netifd/files/lib/network/config.sh
@@ -6,7 +6,7 @@
find_config() {
local device="$1"
local ifdev ifl3dev ifobj
- for ifobj in `ubus list network.interface.\*`; do
+ for ifobj in $(ubus list network.interface.\*); do
interface="${ifobj##network.interface.}"
(
json_load "$(ifstatus $interface)"