fix client counter and disable default debug

This commit is contained in:
strasharo 2016-05-24 14:06:53 +03:00
parent bae6ea7d04
commit bdc4b80b2f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
########## DEBUG Mode ##########
## ##
FLUX_DEBUG=1
FLUX_DEBUG=0
## ##
################################
@ -3640,7 +3640,7 @@ function handshakecheck {
echo -e \" Vendor..........: "$green"$Host_MAC_MODEL"$transparent"\"
echo -e \" Operation time..: "$blue"\$ih\$horas:\$im\$minutos:\$is\$segundos"$transparent"\"
echo -e \" Attempts........: "$red"\$(cat $DUMP_PATH/hit.txt)"$transparent"\"
echo -e \" Clients.........: "$blue"\$(cat $DUMP_PATH/clientes.txt | grep DHCPACK | sort| uniq | wc -l)"$transparent"\"
echo -e \" Clients.........: "$blue"\$(cat $DUMP_PATH/clientes.txt | grep DHCPACK | awk '{print \$5}' | sort| uniq | wc -l)"$transparent"\"
echo
echo -e \" CLIENTS ONLINE:\"