Updated Branches: refs/heads/master 6da65aeba -> 1cf1c98c3
Change for SC access url 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/1cf1c98c Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/1cf1c98c Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/1cf1c98c Branch: refs/heads/master Commit: 1cf1c98c321744efcc424d67de2d26b2fdb2de5f Parents: 6da65ae Author: Dinesh Bandara <[email protected]> Authored: Thu Sep 12 11:14:03 2013 +0530 Committer: Manula Thantriwatte <[email protected]> Committed: Thu Sep 12 17:05:43 2013 +0530 ---------------------------------------------------------------------- tools/stratos-installer/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1cf1c98c/tools/stratos-installer/setup.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/setup.sh b/tools/stratos-installer/setup.sh index 58bfac0..85d5b2b 100755 --- a/tools/stratos-installer/setup.sh +++ b/tools/stratos-installer/setup.sh @@ -758,12 +758,12 @@ chown -R $host_user.$host_user $log_path chmod -R 777 $log_path export setup_dir=$PWD -su - $host_user -c "export JAVA_HOME=$JAVA_HOME;source $setup_dir/conf/setup.conf;$setup_dir/start-servers.sh -p$product_list >> $LOG" +su - $host_user -c "source $setup_dir/conf/setup.conf;$setup_dir/start-servers.sh -p$product_list >> $LOG" echo "Servers started. Please look at $LOG file for server startup details" if [[ $sc == "true" ]]; then echo "**************************************************************" - echo "Management Console : https://$HOSTNAME:$sc_https_port/" + echo "Management Console : https://$stratos_domain:$sc_https_port/" echo "**************************************************************" fi
