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