更新 goedge_add_node.sh
This commit is contained in:
parent
6bce58c151
commit
92fe5e1278
@ -1,12 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#
|
|
||||||
# 当未指定 --name 参数时,自动使用 "<本机IPv4>(YYYY-MM-DD-HH-mm)" 作为节点名称。
|
|
||||||
#
|
|
||||||
# 使用 --webinstall 参数时,使用 /NodeService/installNode 进行“网页自动安装”;
|
|
||||||
# 否则执行手动安装流程,并在安装完成后调用 /NodeService/updateNodeIsInstalled 设置节点已安装。
|
|
||||||
#
|
|
||||||
# 注:在手动安装时, /usr/local/goedge/edge-node/configs/api_node.yaml 的 nodeId 字段
|
|
||||||
# 要使用后台返回的 uniqueId,而非 numeric id。
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
@ -272,8 +264,6 @@ if [ "$find_node_code" != "200" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
node_info=$(echo "$find_node_resp" | jq -r '.data.node')
|
node_info=$(echo "$find_node_resp" | jq -r '.data.node')
|
||||||
|
|
||||||
# !!! 重点修正:nodeId 在手动安装时应使用 uniqueId
|
|
||||||
NODE_UNIQUE_ID=$(echo "$node_info" | jq -r '.uniqueId')
|
NODE_UNIQUE_ID=$(echo "$node_info" | jq -r '.uniqueId')
|
||||||
NODE_SECRET=$(echo "$node_info" | jq -r '.secret')
|
NODE_SECRET=$(echo "$node_info" | jq -r '.secret')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user