ControlScripts: fix NO_CONNECTION definition in node_config (remove white space in...
authorP2P-Next User <p2p@p2p-next-04-201.grid.pub.ro>
Wed, 18 Aug 2010 16:45:59 +0000 (16:45 +0000)
committerP2P-Next User <p2p@p2p-next-04-201.grid.pub.ro>
Wed, 18 Aug 2010 16:45:59 +0000 (16:45 +0000)
ControlScripts/run_scenario.sh

index 9dbcf6a..46c84f0 100755 (executable)
@@ -118,7 +118,7 @@ DL_BW=\"${DL_BW}\"
 DL_BURST=\"${DL_BURST}\"
 UL_BW=\"${UL_BW}\"
 UL_BURST=\"${UL_BURST}\"
-NO_CONNECTIONS =\"${NO_CONNECTIONS}\"
+NO_CONNECTIONS=\"${NO_CONNECTIONS}\"
 PRE_RUN_SCRIPT=\"${PRE_RUN_SCRIPT}\"
 POST_RUN_SCRIPT=\"${POST_RUN_SCRIPT}\"
 CLIENT_TYPE=\"${CLIENT_TYPE}\"