From dba905aa8f135d0a1bf28c50ff6fa67b8a286f43 Mon Sep 17 00:00:00 2001 From: chunzhi Date: Mon, 29 Jul 2024 20:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20noderedeploy.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noderedeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noderedeploy.sh b/noderedeploy.sh index b36b1a9..02c3e3e 100644 --- a/noderedeploy.sh +++ b/noderedeploy.sh @@ -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