considering argocd for backups
This commit is contained in:
+2
-1
@@ -94,8 +94,9 @@ retry() {
|
||||
while true; do
|
||||
if "$@"; then
|
||||
return 0
|
||||
else
|
||||
exit_code=$?
|
||||
fi
|
||||
exit_code=$?
|
||||
if (( attempt >= attempts )); then
|
||||
return "$exit_code"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user