From 74e1a9395f586761593e99321012769a93b928df Mon Sep 17 00:00:00 2001 From: CerberusV1 Date: Sat, 12 Oct 2024 16:00:45 +0200 Subject: [PATCH] adjust dl spam --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index bd61d90..aa4301c 100755 --- a/deploy.sh +++ b/deploy.sh @@ -126,7 +126,7 @@ PID=$! ( while kill -0 $PID 2> /dev/null; do echo "Downloading....." - sleep 1 + sleep 5 done echo "Download finished." ) &