Update run

master
89wc 2023-09-05 06:17:54 +00:00
parent 50d089b7aa
commit 4f0af9c4a1
1 changed files with 1 additions and 1 deletions

2
run
View File

@ -25,7 +25,7 @@ while [ $count -lt $lim ]; do
if [ "$url" = "error rlimit" ]; then echo "rlimit.. sleeping 60 (1)"; sleep 60; url=$(./getlink);
if [ "$url" = "error rlimit" ]; then echo "rlimit.. sleeping 600 (2)"; sleep 600; url=$(./getlink);
if [ "$url" = "error rlimit" ]; then echo "rlimit.. sleeping 1140 (3)"; sleep 1140; url=$(./getlink);
if [ "$url" = "error rlimit" ]; then echo "rlimit.. sleeping 2940 (4)"; sleep 2940; url=$(./getlink);
if [ "$url" = "error rlimit" ]; then echo "rlimit.. sleeping 1940 (4)"; sleep 1940; url=$(./getlink);
fi; fi; fi; fi;