From 9479362f5d49edff8abd23b3cb73be5ca303755c Mon Sep 17 00:00:00 2001 From: steadfasterX Date: Wed, 3 Jul 2019 13:09:13 +0200 Subject: [PATCH] g4-common: wrild: reduce retries as rild itself is fixed now we do not need a high amount of retries. sometimes it can still happen that a restart of rild is required so wrild will stay - just with less noise. closes https://github.com/Suicide-Squirrel/issues_pie/issues/20 closes https://github.com/Suicide-Squirrel/issues_pie/issues/15 --- rootdir/bin/wrild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/bin/wrild.sh b/rootdir/bin/wrild.sh index 92385010a..92922d769 100644 --- a/rootdir/bin/wrild.sh +++ b/rootdir/bin/wrild.sh @@ -7,7 +7,7 @@ x=1 PRTRIGGER=0 REQRESTART=99 -MAXRET=50 +MAXRET=10 # logging func F_LOG(){