]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
ControlScripts: swift
authorP2P-Next <p2p-next@cs.pub.ro>
Fri, 19 Nov 2010 13:55:18 +0000 (15:55 +0200)
committerP2P-Next <p2p-next@cs.pub.ro>
Fri, 19 Nov 2010 13:55:18 +0000 (15:55 +0200)
ControlScripts/clients/swift/start_swift_seeder.sh
ControlScripts/globalconfig

index d642c492bfe483b68a808b9ff1f5df1135b08c6a..dfcc1a7e64656a210d897afb3127276879f684a3 100755 (executable)
@@ -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
index 7666452d691dc2c912788cff031d01357a6c1b0a..a899062ff1703f9d3ebfe247a23abd5475fa9274 100644 (file)
@@ -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"