gluon-legacy: whitespace fix

This commit is contained in:
Matthias Schiffer 2014-02-23 06:21:05 +01:00
parent 99c2999331
commit 23aad01cc6
1 changed files with 1 additions and 1 deletions

View File

@ -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