Skip to content
Snippets Groups Projects
Commit f5e966a6 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-legacy: whitespace fix

parent 2454c8ab
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ delete_legacy_iface() { ...@@ -8,7 +8,7 @@ delete_legacy_iface() {
local iface="$1" local iface="$1"
for wifi in @legacy.wifi_names@; do for wifi in @legacy.wifi_names@; do
if [ "$wifi" = "$iface" ]; then if [ "$wifi" = "$iface" ]; then
uci_remove wireless "$iface" uci_remove wireless "$iface"
break break
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment