Skip to content
Snippets Groups Projects
Commit 8f36f1e7 authored by chrissi^'s avatar chrissi^
Browse files

noderoute: Fix logic for URADVD warnings

This bug was intruduced in:
1bad4a7c noderoute: fix shellcheck warnings

Without this fix all client nodes will always report URADVD problems.
But server nodes never will. :-/
parent 1bad4a7c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ while true; do
fi
sleep 10
if ! batctl gw | grep -q server; then
if batctl gw | grep -q server; then
# sanity check: is uradvd running?
if ! pidof uradvd > /dev/null; then
$LOGGER ERROR: NO URADVD RUNNING.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment