add comment for failure

This commit is contained in:
Shreyas Goenka 2025-03-05 13:25:29 +01:00
parent fbc657d48c
commit 217d4e7be2
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,7 @@ if [ -f ./telemetry.pid ]; then
echo "telemetry process was started"
exit 1
else
# The telemetry process should not be started because the DATABRICKS_CLI_DISABLE_TELEMETRY
# environment variable is set.
echo "telemetry process not started. No pid file found"
fi