remove the -f flag

This commit is contained in:
Shreyas Goenka 2025-02-28 17:58:10 +01:00
parent 476b8bbf21
commit e500bcb456
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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