mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-11 03:28:36 +01:00
questd: imonitor: check ubus call with longer invervals
This commit is contained in:
parent
5f75567e4b
commit
7a6dc0eb84
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue