diff --git a/edge-integration-cell/external-postgres/get_external_postgres_access.sh b/edge-integration-cell/external-postgres/get_external_postgres_access.sh index 54aed14..3ea93b2 100644 --- a/edge-integration-cell/external-postgres/get_external_postgres_access.sh +++ b/edge-integration-cell/external-postgres/get_external_postgres_access.sh @@ -52,7 +52,7 @@ root_crt=$(kubectl get secret "$secret_name" -n "$namespace" -o json | jq -r '.d if [[ -n "$root_crt" ]]; then # Write the content to the output file echo "$root_crt" > "$output_file" - echo "External DB TLS Root Certificate saved to $output_file." + echo "External DB TLS Root Certificate saved to $output_file" else echo "Error: Failed to fetch root.crt from secret $secret_name in namespace $namespace." -fi \ No newline at end of file +fi