diff --git a/09-verify-static-frontends.sh b/09-verify-static-frontends.sh index 533af43..cd7add8 100644 --- a/09-verify-static-frontends.sh +++ b/09-verify-static-frontends.sh @@ -90,7 +90,7 @@ check_dist "Build Down" "$ROOT_DIR/build-down/dist/index.html" || FAILED+=("buil check_site "PC" "${PC_PROXY_DOMAIN}" "$ROOT_DIR/pc/dist/index.html" || FAILED+=("pc-nginx") check_site "CMS" "cms-jack.imharry.work" "$ROOT_DIR/cms/dist/index.html" "欢迎使用MChat" || FAILED+=("cms-nginx") check_site "Build CMS" "build-jack.imharry.work" "$ROOT_DIR/build-cms/dist/index.html" "打包管理系统" || FAILED+=("build-cms-nginx") -check_site "Build Down" "down-jack.imharry.work" "$ROOT_DIR/build-down/dist/index.html" "下载" || FAILED+=("build-down-nginx") +check_site "Build Down" "down-jack.imharry.work" "$ROOT_DIR/build-down/dist/index.html" || FAILED+=("build-down-nginx") echo "" pc_probe_msg_gateway "${PC_BACKEND_ORIGIN}"