gluon-legacy: whitespace fix
This commit is contained in:
parent
2454c8abb7
commit
f5e966a666
@ -8,7 +8,7 @@ delete_legacy_iface() {
|
||||
local iface="$1"
|
||||
|
||||
for wifi in @legacy.wifi_names@; do
|
||||
if [ "$wifi" = "$iface" ]; then
|
||||
if [ "$wifi" = "$iface" ]; then
|
||||
uci_remove wireless "$iface"
|
||||
break
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user