From: Razvan Deaconescu Date: Mon, 9 Aug 2010 16:51:23 +0000 (+0300) Subject: ControlScripts: fix typo in hrk_seeder_limit startup script X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=d6c4f6b212abbc83751bbe408252bfe6d41d9f5b;p=p2p-testing-infrastructure.git ControlScripts: fix typo in hrk_seeder_limit startup script --- diff --git a/ControlScripts/clients/hrk/start_hrk_seeder_limit.sh b/ControlScripts/clients/hrk/start_hrk_seeder_limit.sh index ec6b4d6..0e10ddf 100755 --- a/ControlScripts/clients/hrk/start_hrk_seeder_limit.sh +++ b/ControlScripts/clients/hrk/start_hrk_seeder_limit.sh @@ -38,4 +38,4 @@ cd $WORKING_FOLDER_REL_PATH/TorrentsAndData/ KB_DOWN_LIMIT=$1 KB_UP_LIMIT=$2 -LD_LIBRARY_PATH=$HRK_ABS_PATH/../libtorrent-rasterbar/lib $HRK_ABS_PATH/hrktorren --maxdown${KB_DOWN_LIMIT} --maxup${KB_UP_LIMIT} $TORRENT_FILE +LD_LIBRARY_PATH=$HRK_ABS_PATH/../libtorrent-rasterbar/lib $HRK_ABS_PATH/hrktorrent --maxdown${KB_DOWN_LIMIT} --maxup${KB_UP_LIMIT} $TORRENT_FILE