From be90be0ab9f185b048fa1d4f94b9466a2a62c4d3 Mon Sep 17 00:00:00 2001 From: "qcqcqc@wsl" <1220204124@zust.edu.cn> Date: Mon, 12 May 2025 10:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B3=A8=E5=86=8C=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- generate_bash_product_id.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 generate_bash_product_id.sh diff --git a/generate_bash_product_id.sh b/generate_bash_product_id.sh old mode 100644 new mode 100755 index b026c41..74ffd61 --- a/generate_bash_product_id.sh +++ b/generate_bash_product_id.sh @@ -3,7 +3,7 @@ set -e UUID_FILE="/etc/bash_product/BASH_PRODUCT_ID" -REGISTER_SERVER_URL="https://bash-backend.zustmyy.top/endpoint/register" +REGISTER_SERVER_URL="https://smart-bm.zjuici.com/oak-api/endpoint/register" # 如果 UUID 文件不存在,就生成 if [ ! -f "$UUID_FILE" ]; then