diff --git a/deploy.sh b/deploy.sh index a7e2eee..24423b7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -126,7 +126,7 @@ verify_deployment() { curl --noproxy '*' --connect-timeout 10 --max-time 30 -fsS https://fonts.biboer.cn/ >/dev/null curl --noproxy '*' --connect-timeout 10 --max-time 30 -fsS https://fonts.biboer.cn/healthz >/dev/null curl --noproxy '*' --connect-timeout 10 --max-time 30 -fsS https://fonts.biboer.cn/fonts.json >/dev/null - log_ok "部署验收通过:字体 $remote_font_count/$local_font_count,首页、API 与清单均可访问" + log_ok "部署验收通过:字体 ${remote_font_count}/${local_font_count},首页、API 与清单均可访问" } main() {