diff --git a/nodewatcher/files/lib/ffol/nodewatcher/nodewatcher.sh b/nodewatcher/files/lib/ffol/nodewatcher/nodewatcher.sh index e543805bc6feb4c70012ae37f372b85c4ad47227..f467bc0248893a6550a07dba660f27448c6135f3 100755 --- a/nodewatcher/files/lib/ffol/nodewatcher/nodewatcher.sh +++ b/nodewatcher/files/lib/ffol/nodewatcher/nodewatcher.sh @@ -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