mirror of https://github.com/databricks/cli.git
remove the -f flag
This commit is contained in:
parent
476b8bbf21
commit
e500bcb456
|
@ -9,4 +9,4 @@ trace $CLI selftest send-telemetry
|
||||||
wait_pid.py $(cat ./telemetry.pid)
|
wait_pid.py $(cat ./telemetry.pid)
|
||||||
|
|
||||||
# cleanup the pid file
|
# cleanup the pid file
|
||||||
rm -f ./telemetry.pid
|
rm ./telemetry.pid
|
||||||
|
|
|
@ -9,4 +9,4 @@ echo "waiting for telemetry process to finish"
|
||||||
wait_pid.py $(cat ./telemetry.pid)
|
wait_pid.py $(cat ./telemetry.pid)
|
||||||
|
|
||||||
# cleanup the pid file
|
# cleanup the pid file
|
||||||
rm -f ./telemetry.pid
|
rm ./telemetry.pid
|
||||||
|
|
|
@ -16,4 +16,4 @@ echo "waiting for telemetry process to finish"
|
||||||
wait_pid.py $(cat ./telemetry.pid)
|
wait_pid.py $(cat ./telemetry.pid)
|
||||||
|
|
||||||
# cleanup the pid file
|
# cleanup the pid file
|
||||||
rm -f ./telemetry.pid
|
rm ./telemetry.pid
|
||||||
|
|
|
@ -9,4 +9,4 @@ echo "waiting for telemetry process to finish"
|
||||||
wait_pid.py $(cat ./telemetry.pid)
|
wait_pid.py $(cat ./telemetry.pid)
|
||||||
|
|
||||||
# cleanup the pid file
|
# cleanup the pid file
|
||||||
rm -f ./telemetry.pid
|
rm ./telemetry.pid
|
||||||
|
|
|
@ -13,4 +13,4 @@ echo "waiting for telemetry process to finish"
|
||||||
wait_pid.py $(cat ./telemetry.pid)
|
wait_pid.py $(cat ./telemetry.pid)
|
||||||
|
|
||||||
# cleanup the pid file
|
# cleanup the pid file
|
||||||
rm -f ./telemetry.pid
|
rm ./telemetry.pid
|
||||||
|
|
Loading…
Reference in New Issue