Updated Branches: refs/heads/master 1cf1c98c3 -> cec93e2ba
Remove user-data extraction Signed-off-by: Manula Thantriwatte <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/cec93e2b Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/cec93e2b Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/cec93e2b Branch: refs/heads/master Commit: cec93e2ba4338622060f1b5df2c2975663132ebc Parents: 1cf1c98 Author: Dinesh Bandara <[email protected]> Authored: Thu Sep 12 17:12:44 2013 +0530 Committer: Manula Thantriwatte <[email protected]> Committed: Thu Sep 12 17:23:20 2013 +0530 ---------------------------------------------------------------------- tools/stratos-installer/setup.sh | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/cec93e2b/tools/stratos-installer/setup.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/setup.sh b/tools/stratos-installer/setup.sh index 85d5b2b..08df083 100755 --- a/tools/stratos-installer/setup.sh +++ b/tools/stratos-installer/setup.sh @@ -104,10 +104,6 @@ if [[ -z $product_list || $product_list = "" ]]; then exit 1 fi -if [[ $ec2_provider_enabled = "true" ]]; then - ./ec2-user-data.sh -fi - function helpsetup { echo "" echo "Set up the environment variables correctly in conf/setup.conf"
