Skip to content

Commit

Permalink
chore(squid-al23): Updated squid bootstrap script to work with al23 (#…
Browse files Browse the repository at this point in the history
…2457)

Co-authored-by: Edward Malinowski <[email protected]>
  • Loading branch information
emalinowski and Edward Malinowski authored Feb 6, 2024
1 parent f6ded7a commit f24a0da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flavors/squid_auto/squid_running_on_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function main(){
--volume ${SQUID_CONFIG_DIR}:${SQUID_CONFIG_DIR}:ro \
quay.io/cdis/squid:${SQUID_IMAGE_TAG}

max_attempts=3
max_attempts=10
attempt_counter=0
while [ $attempt_counter -lt $max_attempts ]; do
sleep 10
Expand All @@ -307,7 +307,6 @@ function main(){
docker restart squid
else
echo "Squid healthy"
break
fi
done
}
Expand Down

0 comments on commit f24a0da

Please sign in to comment.