From: Razvan Deaconescu Date: Fri, 6 Aug 2010 08:34:38 +0000 (+0300) Subject: ControlScripts: add BASE_PATH to local scenario config file X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=1c6f016361c7d160f15fbe5ff8ab9ce501b80060;p=p2p-testing-infrastructure.git ControlScripts: add BASE_PATH to local scenario config file (run_scenario.sh) --- diff --git a/ControlScripts/run_scenario.sh b/ControlScripts/run_scenario.sh index 691d950..60f8abd 100755 --- a/ControlScripts/run_scenario.sh +++ b/ControlScripts/run_scenario.sh @@ -103,6 +103,7 @@ scenario_setup() { # Create node config file if ! ssh -n p ${PORT} ${USER}@${SERVER} "cat > $REMOTE_PATH/P2P-Testing-Infrastructure/ClientWorkingFolders/TmpLogs/scenario_config" &>> ${ERR_LOG} <