mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Whoopsies
This commit is contained in:
parent
ed7be85005
commit
465f490653
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue