reset count

This commit is contained in:
Heavybullets8 2022-07-24 22:12:46 -06:00
parent 63ec2b586a
commit c60593da88

View File

@ -16,6 +16,7 @@ count=0
do
echo "waiting for free space"
wait
count=0
done
done
}