summaryrefslogtreecommitdiffstats
path: root/repoman/bin/torrent-tracker
diff options
context:
space:
mode:
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}'