Fix quoting issues in bin/

This commit is contained in:
David Tomaschik
2025-09-03 14:52:33 -07:00
parent 61d00103bf
commit dea3f289c2
5 changed files with 11 additions and 7 deletions

View File

@@ -43,6 +43,6 @@ function get_bridge_ifaces {
bridge link | grep "master ${1}" | cut -d: -f2 | cut -d@ -f1
}
for iface in $(get_bridge_ifaces "${BRIDGE}") ; do
get_bridge_ifaces "${BRIDGE}" | while IFS= read -r iface ; do
handle_iface "$iface"
done