questd: imonitor: check ubus call with longer invervals

This commit is contained in:
Sukru Senli 2017-11-24 16:14:10 +01:00
parent 5f75567e4b
commit 7a6dc0eb84

View file

@ -199,7 +199,9 @@ main()
then
restart_questd
else
check_ubuscall || restart_questd
if [ "$sample" -ge "$SAMPLES" ]; then
check_ubuscall || restart_questd
fi
fi
if [ "$BSDBIN" ] ; then