From 8587c3e74467e21998074a9942abe4790cbda90e Mon Sep 17 00:00:00 2001 From: ACHMAD ALIF NASRULLOH <106044706+achmadalifn4@users.noreply.github.com> Date: Sun, 5 Apr 2026 12:00:39 +0700 Subject: [PATCH] Update deploy/byteplus_alb.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- deploy/byteplus_alb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/byteplus_alb.sh b/deploy/byteplus_alb.sh index 3d8818f1..30cd89a5 100644 --- a/deploy/byteplus_alb.sh +++ b/deploy/byteplus_alb.sh @@ -252,14 +252,14 @@ _byteplus_delete_old_cert() { _del_cert_id="$1" _info "Waiting 5s for cert status to settle..." - sleep 5 + _sleep 5 _info "Deleting old certificate '$_del_cert_id'..." _del_response=$(_byteplus_alb_api "DeleteCertificate" "CertificateId=${_del_cert_id}") if echo "$_del_response" | grep -q '"Error"'; then _info "Delete failed, retrying in 10s..." - sleep 10 + _sleep 10 _del_response=$(_byteplus_alb_api "DeleteCertificate" "CertificateId=${_del_cert_id}") if echo "$_del_response" | grep -q '"Error"'; then