You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ubus_get_ports() { ubus call service list "{\"name\":\"$packageName\"}"|jsonfilter -e "@['${packageName}'].instances[*].data.firewall.*.dest_port"; }
25
+
ubus_get_ports() { local _json; _json="$(ubus call service list "{\"name\":\"$packageName\"}")";jsonfilter -s "$_json" -e "@[\"${packageName}\"].instances.*.data.firewall.*.dest_port"; }
0 commit comments