From 8bfcf11f31ea85a1d1db8f65d80e46ff4734f601 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 24 May 2018 15:22:09 +0000 Subject: [PATCH] and the prize to best eye goes to tibbs --- roles/mirrormanager/crawler/files/check_propagation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/crawler/files/check_propagation.sh b/roles/mirrormanager/crawler/files/check_propagation.sh index da8abd5015..5e6022c4ce 100755 --- a/roles/mirrormanager/crawler/files/check_propagation.sh +++ b/roles/mirrormanager/crawler/files/check_propagation.sh @@ -18,7 +18,7 @@ fi # check propagation for the active branches for version in `jq -r ".results[$i].version" < ${ACTIVE} | grep -v Rawhide`; do - if [[ ${version -lt 28 ]]; then + if [[ ${version} -lt 28 ]]; then ${CRAWLER} --propagation --proppath updates/${version}/x86_64/repodata --threads 50 2>&1 | grep SHA256 > ${LOGBASE}/f${version}_updates-propagation.log.$( date +%s ) else ${CRAWLER} --propagation --proppath updates/${version}/Everything/x86_64/repodata --threads 50 2>&1 | grep SHA256 > ${LOGBASE}/f${version}_updates-propagation.log.$( date +%s )