mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4608 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -14,7 +14,7 @@ find_config() {
|
||||
;;
|
||||
esac
|
||||
config_get device "$ifn" device
|
||||
for ifc in ${device:-iface}; do
|
||||
for ifc in ${device:-$iface}; do
|
||||
[ "$ifc" = "$1" ] && {
|
||||
echo "$ifn"
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user