diff --git a/deployments/cli/community/install.sh b/deployments/cli/community/install.sh index e2e89814d3d..c26fba22b8a 100755 --- a/deployments/cli/community/install.sh +++ b/deployments/cli/community/install.sh @@ -141,6 +141,7 @@ function updateEnvFile() { value=$(echo "$value" | sed 's/|/\\|/g') sed -i '' "s|^$key=.*|$key=$value|g" "$file" else + value=$(echo "$value" | sed 's/\//\\\//g') sed -i "s/^$key=.*/$key=$value/g" "$file" fi fi