Updated Branches: refs/heads/master e28910cec -> c4255c6c5
Modified start-servers.sh 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/c4255c6c Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/c4255c6c Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/c4255c6c Branch: refs/heads/master Commit: c4255c6c59ab652003c8811a73b535c43b4b632a Parents: e28910c Author: Dinesh Bandara <[email protected]> Authored: Thu Feb 6 11:09:30 2014 +0530 Committer: Manula Thantriwatte <[email protected]> Committed: Thu Feb 6 11:13:28 2014 +0530 ---------------------------------------------------------------------- tools/stratos-installer/start-servers.sh | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c4255c6c/tools/stratos-installer/start-servers.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/start-servers.sh b/tools/stratos-installer/start-servers.sh index 22aa944..1a94e7d 100755 --- a/tools/stratos-installer/start-servers.sh +++ b/tools/stratos-installer/start-servers.sh @@ -73,22 +73,16 @@ do if [[ $x = "as" ]]; then as="true" fi - if [[ $x = "sc" ]]; then - sc="true" + if [[ $x = "sm" ]]; then + sm="true" fi if [[ $x = "all" ]]; then mb="true" cc="true" as="true" - sc="true" + sm="true" cep="true" fi - if [[ $x = "demo" ]]; then - demo="true" - cc="true" - as="true" - sc="true" - fi done product_list=`echo $product_list | sed 's/^ *//g' | sed 's/ *$//g'` if [[ -z $product_list || $product_list = "" ]]; then
