adjust dl spam

This commit is contained in:
CerberusV1
2024-10-12 16:00:45 +02:00
parent 3d9992390f
commit 74e1a9395f

View File

@@ -126,7 +126,7 @@ PID=$!
(
while kill -0 $PID 2> /dev/null; do
echo "Downloading....."
sleep 1
sleep 5
done
echo "Download finished."
) &