From 9959c4c7fdf4062c4735ec7251588e24ae6f8946 Mon Sep 17 00:00:00 2001 From: P2P-Next Date: Fri, 19 Nov 2010 15:55:18 +0200 Subject: [PATCH] ControlScripts: swift --- ControlScripts/clients/swift/start_swift_seeder.sh | 2 +- ControlScripts/globalconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ControlScripts/clients/swift/start_swift_seeder.sh b/ControlScripts/clients/swift/start_swift_seeder.sh index d642c49..dfcc1a7 100755 --- a/ControlScripts/clients/swift/start_swift_seeder.sh +++ b/ControlScripts/clients/swift/start_swift_seeder.sh @@ -50,7 +50,7 @@ tmp=${hostname%-*} host_veid_to_eth_ip $host_id $veid } -OWN_IP=$(host_name_to_ip $(hostname)) +OWN_IP=$(hostname_to_ip $(hostname)) DATA_PATH=$WORKING_FOLDER_REL_PATH/TorrentsAndData/ cd $SWIFT_ABS_PATH diff --git a/ControlScripts/globalconfig b/ControlScripts/globalconfig index 7666452..a899062 100644 --- a/ControlScripts/globalconfig +++ b/ControlScripts/globalconfig @@ -35,7 +35,7 @@ HRK_LOG_ABS_PATH="/home/p2p/p2p-clients/hrktorrent-logging/hrktorrent" XBTUT_ABS_PATH="/home/p2p/export/unified-tracker/trunk/xbt/Tracker" # SWIFT_PATH -SWIFT_ABS_PATH="/home/p2p/export/swift-vs-utp/swift" +SWIFT_ABS_PATH="/home/p2p/swift-vs-utp/swift" # WORKING_FOLDER_REL_PATH is relative to TRIBLER_ABS_PATH folder WORKING_FOLDER_REL_PATH="../../P2P-Testing-Infrastructure/ClientWorkingFolders" -- 2.20.1