removing a unnecessray section
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/70a41329 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/70a41329 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/70a41329 Branch: refs/heads/master Commit: 70a4132978276a49e76d33cd88bf72eb7b64d3c3 Parents: 93f71b7 Author: Isuru <[email protected]> Authored: Fri Dec 20 14:59:51 2013 +0530 Committer: Udara Liyanage <[email protected]> Committed: Fri Dec 20 20:25:37 2013 -0500 ---------------------------------------------------------------------- .../modules/scripts/ec2/cartridge-agent.sh | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/70a41329/products/cartridge-agent/modules/scripts/ec2/cartridge-agent.sh ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/modules/scripts/ec2/cartridge-agent.sh b/products/cartridge-agent/modules/scripts/ec2/cartridge-agent.sh index 5769f92..2f31da6 100755 --- a/products/cartridge-agent/modules/scripts/ec2/cartridge-agent.sh +++ b/products/cartridge-agent/modules/scripts/ec2/cartridge-agent.sh @@ -59,16 +59,6 @@ source ${instance_path}/launch.params # Starting cartridge agent executable #------------------------------------ pushd $ca_exec_path -echo "Configuring cartridge agent executable..." | tee -a $LOG -cp -f templates/cartridge-agent.sh.template bin/cartridge-agent.sh.tmp -cat bin/cartridge-agent.sh.tmp | sed -e "s@MB-IP@$MB_IP@g" > bin/cartridge-agent.sh -cp -f bin/cartridge-agent.sh bin/cartridge-agent.sh.tmp -cat bin/cartridge-agent.sh.tmp | sed -e "s@MB-PORT@$MB_PORT@g" > bin/cartridge-agent.sh -cp -f bin/cartridge-agent.sh bin/cartridge-agent.sh.tmp -cat bin/cartridge-agent.sh.tmp | sed -e "s@CEP-IP@$CEP_IP@g" > bin/cartridge-agent.sh -cp -f bin/cartridge-agent.sh bin/cartridge-agent.sh.tmp -cat bin/cartridge-agent.sh.tmp | sed -e "s@CEP-PORT@$CEP_PORT@g" > bin/cartridge-agent.sh -rm -f bin/cartridge-agent.sh.tmp echo "Starting cartridge agent..." | tee -a $LOG sh bin/cartridge-agent.sh popd
