From: Razvan Deaconescu Date: Mon, 9 Aug 2010 16:49:28 +0000 (+0300) Subject: ControlScripts: fix in hrk_seeder_limit start script: proper use of LD_LIBRARY_PATH... X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=78beb3935035c91893ad29d287cfbbd6cfa34b02;p=p2p-testing-infrastructure.git ControlScripts: fix in hrk_seeder_limit start script: proper use of LD_LIBRARY_PATH environment variable --- diff --git a/ControlScripts/clients/hrk/start_hrk_seeder_limit.sh b/ControlScripts/clients/hrk/start_hrk_seeder_limit.sh index ce7a728..ec6b4d6 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/hrktorren --maxdown${KB_DOWN_LIMIT} --maxup${KB_UP_LIMIT} $TORRENT_FILE