Adjustments to cloud options, env location and expected vars

This commit is contained in:
Paulo Truta
2023-11-05 02:01:16 +01:00
parent ca7f4af7fe
commit 5c736a1b85
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ func GetPath(pathKey string) string {
if env["CLOUD_ENV_FILE_LOCATION"] != "" {
targetPath = env["CLOUD_ENV_FILE_LOCATION"]
} else {
targetPath = "/home/system/components/edgeboxctl/cloud.env"
targetPath = "/home/system/components/api/cloud.env"
}
case ApiEnvFileLocation: