mirror of https://github.com/databricks/cli.git
remove pid file
This commit is contained in:
parent
fd6b129582
commit
73fac825ce
|
@ -10,3 +10,6 @@ echo "waiting for telemetry process to finish"
|
||||||
# Wait for the child telemetry process to finish
|
# Wait for the child telemetry process to finish
|
||||||
wait_file ./telemetry.pid
|
wait_file ./telemetry.pid
|
||||||
wait_pid $(cat ./telemetry.pid)
|
wait_pid $(cat ./telemetry.pid)
|
||||||
|
|
||||||
|
# cleanup the pid file
|
||||||
|
rm -f ./telemetry.pid
|
||||||
|
|
|
@ -8,3 +8,6 @@ echo "waiting for telemetry process to finish"
|
||||||
# Wait for the child telemetry process to finish
|
# Wait for the child telemetry process to finish
|
||||||
wait_file ./telemetry.pid
|
wait_file ./telemetry.pid
|
||||||
wait_pid $(cat ./telemetry.pid)
|
wait_pid $(cat ./telemetry.pid)
|
||||||
|
|
||||||
|
# cleanup the pid file
|
||||||
|
rm -f ./telemetry.pid
|
||||||
|
|
Loading…
Reference in New Issue