mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
Also crawl the last mirror in the database.
The last mirror in the database was not crawled and this adds '1' to the --stopid if necessary.
This commit is contained in:
@@ -26,4 +26,7 @@ for i in `seq 1 ${NUMBER_OF_CRAWLERS}`; do
|
||||
fi
|
||||
let STARTID=${STARTID}+${PART}
|
||||
let STOPID=${STOPID}+${PART}
|
||||
if [ "${STOPID}" -eq "${MAX_HOST}" ]; then
|
||||
let STOPID=${STOPID}+1
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user