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

gluon-legacy: whitespace fix

parent 2454c8ab
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment