From 7437ebff071165b03c946521929b5a080d925dab Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Wed, 23 Jun 2021 20:39:31 -0500 Subject: [PATCH] Reduce frequency of output due to "wait" file --- mpbb-cleanup | 1 - 1 file changed, 1 deletion(-) diff --git a/mpbb-cleanup b/mpbb-cleanup index 027046f..4684bc5 100644 --- a/mpbb-cleanup +++ b/mpbb-cleanup @@ -63,7 +63,6 @@ cleanup() { if [ "$waitcount" -eq 0 ]; then echo "waiting while $waitfile exists" waitcount=100 - waitcount=2 else waitcount=$((waitcount - 1)) fi