更新 noderedeploy.sh
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user