mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
Reduce frequency of output due to "wait" file
This commit is contained in:
@@ -63,7 +63,6 @@ cleanup() {
|
||||
if [ "$waitcount" -eq 0 ]; then
|
||||
echo "waiting while $waitfile exists"
|
||||
waitcount=100
|
||||
waitcount=2
|
||||
else
|
||||
waitcount=$((waitcount - 1))
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user