zrhoffman commented on code in PR #6588:
URL: https://github.com/apache/trafficcontrol/pull/6588#discussion_r847768237
##########
dev/atc.dev.sh:
##########
@@ -32,7 +32,15 @@ function atc-ready {
if [[ $# -gt 0 ]]; then
case "$1" in
-w|--wait)
- while ! curl -skL "$url" >/dev/null 2>&1; do
+ until curl -skL "$url" >/dev/null 2>&1; do
+ sleep 1;
+ done
+ return 0;;
+ -d|--deliveryservice)
Review Comment:
Hyphenated in 1d5e7f205c
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]