Update 99-run.sh

This commit is contained in:
Alexandre
2022-09-02 07:49:55 +02:00
committed by GitHub
parent f99a229c71
commit 45aebad680

View File

@@ -75,7 +75,7 @@ for f in */; do
BYDATE=$(jq -r .dockerhub_by_date updater.json)
# Number of elements to check in dockerhub
if grep -Fxq "dockerhub_list_size" updater.json then
if grep -Fxq "dockerhub_list_size" updater.json; then
LISTSIZE=$(jq -r .dockerhub_list_size updater.json)
else
LISTSIZE=100