wifi-probes remove false date in notification etc

This commit is contained in:
Ruzicka Pavel 2016-09-16 23:46:43 +02:00
parent 233634e46f
commit 3f32337ada
3 changed files with 7 additions and 4 deletions

View file

@ -52,7 +52,7 @@ function main_start {
touch ${DUMPFILE} && echo "** dumpfile is ${DUMPFILE}"
while read -r LINE; do
if [[ $LINE == *probe* ]] ; then
if [[ $LINE == *ProbeReq* ]] ; then
find_dbus_session
#echo "$(echo \"${LINE}\"|sed 's/.*++//')" >> /tmp/wifi-probes.debug
su ruza -c "notify-send \"$LINE\""