naywatch: fix reboot_now
Naywatch should first try to reboot normally, and if that does not work do a hard reboot. However, the hard reboot was never called. Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
5702d2e40b
commit
65f747a8bc
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ no_neighbors() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $USE_WATCHDOG -eq 0 ] && [ $NO_NEIGHBORS_COUNT -gt $MIN_KICK ]; then
|
if [ $USE_WATCHDOG -eq 0 ] && [ $NO_NEIGHBORS_COUNT -gt $MIN_KICK ]; then
|
||||||
reboot_now
|
reboot_now 10
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue