mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ubox: fix remote logging
in r41439 a flag for enabling remote logging was added, but the actual check was done on a different variable. Signed-off-by: Reiner Herrmann <reiner@reiner-h.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41467 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
62fe9393f9
commit
2c538ee17f
@ -71,7 +71,7 @@ start_service_remote()
|
||||
echo "validation failed"
|
||||
return 1
|
||||
}
|
||||
[ "${log_enable}" -ne 0 ] || return
|
||||
[ "${log_remote}" -ne 0 ] || return
|
||||
[ -z "${log_ip}" ] && return
|
||||
|
||||
procd_open_instance
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user