|
|
@@ -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
|