Skip to content
Snippets Groups Projects
Commit d8745b70 authored by Patrick Uven's avatar Patrick Uven
Browse files

Changed client count subtrahend from 2 to 3 (do not count the device itself)

parent 617af247
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ crawl() {
err "`date`: Collecting information about conected clients"
#CLIENTS
client_count=$(($(batctl tl|wc -l) - 2))
client_count=$(($(batctl tl|wc -l) - 3))
err "`date`: Putting all information into a XML-File and save it at "$SCRIPT_DATA_FILE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment