mirror of
https://github.com/brmlab/BLIT.git
synced 2025-06-08 03:44:00 +02:00
wifi-probes remove false date in notification etc
This commit is contained in:
parent
233634e46f
commit
3f32337ada
3 changed files with 7 additions and 4 deletions
|
@ -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\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue