From 1c437a8b7544bdd45783e7a874d18836c6f35019 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Sun, 21 Nov 2010 22:10:58 +0200 Subject: [PATCH] fix swift leecher output files --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 57d89ca..c5fc50f 100644 --- a/config +++ b/config @@ -17,6 +17,6 @@ SWIFT=/home/p2p/p2p-clients/swift/swift SWIFT_SEEDER_PORT=13337 SWIFT_LEECHER_PORT=13338 SWIFT_SEEDER_OUT_LOG=/home/p2p/razvan/seeder/$(hostname)_swift-seeder_$(date +%F-%M).log -SWIFT_LEECHER_OUT_LOG=/home/p2p/razvan/seeder/$(hostname)_swift-leecher_$(date +%F-%M).log +SWIFT_LEECHER_OUT_LOG=/home/p2p/razvan/leecher/$(hostname)_swift-leecher_$(date +%F-%M).log SWIFT_SEEDER_MONITOR_LOG=/home/p2p/razvan/seeder/mon_$(hostname)_swift-seeder_$(date +%F-%M).log -SWIFT_LEECHER_MONITOR_LOG=/home/p2p/razvan/seeder/mon_$(hostname)_swift-leecher_$(date +%F-%M).log +SWIFT_LEECHER_MONITOR_LOG=/home/p2p/razvan/leecher/mon_$(hostname)_swift-leecher_$(date +%F-%M).log -- 2.20.1