Whoopsies

This commit is contained in:
Alexandre Aubin 2021-03-09 00:00:35 +01:00
parent ed7be85005
commit 465f490653

View file

@ -175,7 +175,7 @@ _VALIDATE_THAT_APP_CAN_BE_ACCESSED () {
while [ $retry -lt 3 ] && should_retry;
do
sleep $$(($retry*$retry*$retry + 3))
sleep $(($retry*$retry*$retry + 3))
log_debug "Running curl $check_domain$curl_check_path"