summaryrefslogtreecommitdiffstats
path: root/repoman/bin/torrent-tracker
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2020-06-15 09:43:19 +0200
committerRamón M. Gómez <ramongomez@us.es>2020-06-15 09:43:19 +0200
commit828277b3fe7723fd855a1394d718f2e9b0be9730 (patch)
tree6bb530ff7f50d011d71b562eeeb746048815b7c6 /repoman/bin/torrent-tracker
parent23e53a5f4c886b673d9795734c56a92099715f02 (diff)
#983: Avoid error messages in some Cron scripts.opengnsys-1.1.1c
Diffstat (limited to 'repoman/bin/torrent-tracker')
-rwxr-xr-xrepoman/bin/torrent-tracker3
1 files changed, 1 insertions, 2 deletions
diff --git a/repoman/bin/torrent-tracker b/repoman/bin/torrent-tracker
index 7a0ac7ae..36f8b192 100755
--- a/repoman/bin/torrent-tracker
+++ b/repoman/bin/torrent-tracker
@@ -16,7 +16,6 @@ BTSEEDERPID="/var/run/btseeder.pid"
################### #######################################
pkill bttrack
-rm $BTTRACKDFILE
+rm -f $BTTRACKDFILE
sleep 2
bttrack $BTTRACK_OPTIONS &>> $BTTRACKLOG &
-ps aux | grep bttrack | grep -v grep | awk -F: '{print $3}'