更新 noderedeploy.sh

This commit is contained in:
chunzhi 2024-07-29 20:29:29 +08:00
parent 61987e740f
commit dba905aa8f

View File

@ -33,7 +33,7 @@ if [ ! -d "/usr/local/goedge" ]; then
# Create or overwrite api_node.yaml from the template
if [ -d "./configs" ]; then
cp "./configs/api_node.template.yaml" "$edge_node_path/configs/api_node.yaml"
cp "./configs/api_node.template.yaml" "./configs/api_node.yaml"
else
echo "Configuration directory does not exist. Exiting."
exit 1