Update run

master
89wc 2023-09-05 18:51:38 +00:00
parent a8a5f0707f
commit b45f87a761
1 changed files with 1 additions and 1 deletions

2
run
View File

@ -19,7 +19,7 @@ while [ $count -lt $lim ]; do
if [ "$(./getlink $(( $pid+4 )) )" = "error finish" ]; then echo -n " - "; finishcount=$(( $finishcount + 1 ));
fi; fi; fi; fi; echo -n " -it's over- ";
fi
if [ "$finishcount" -gt 0 ] && [ "$finishcount" -lt 5 ]; then echo " -we're back- "; url=$(./getlink); fi;
if [ "$finishcount" -gt 0 ] && [ "$finishcount" -lt 5 ]; then echo " -we're back- "; url=$(./getlink); else echo; fi;
# Pause execution if rate limit has been reached
if [ "$url" = "error rlimit" ]; then echo "rlimit.. sleeping 60 (1)"; sleep 60; url=$(./getlink);