Repository: incubator-stratos Updated Branches: refs/heads/master 93ea71a6c -> 0c621fbc0
Showing new UI URL when stratos is setup Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/da3ab731 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/da3ab731 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/da3ab731 Branch: refs/heads/master Commit: da3ab731ff7093cf0a0f0dc69406a5974bc9ce85 Parents: d926386 Author: Udara Liyanage <[email protected]> Authored: Tue Mar 4 23:30:05 2014 -0500 Committer: Udara Liyanage <[email protected]> Committed: Tue Mar 4 23:30:05 2014 -0500 ---------------------------------------------------------------------- tools/stratos-installer/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/da3ab731/tools/stratos-installer/setup.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/setup.sh b/tools/stratos-installer/setup.sh index e0e3a1b..6810df9 100755 --- a/tools/stratos-installer/setup.sh +++ b/tools/stratos-installer/setup.sh @@ -653,7 +653,7 @@ su - $host_user -c "source $setup_dir/conf/setup.conf;$setup_dir/start-servers.s echo "Servers started. Please look at $LOG file for server startup details" if [[ $sm == "true" ]]; then echo "**************************************************************" - echo "Management Console : https://$stratos_domain:$sm_https_port/" + echo "Management Console : https://$stratos_domain:$sm_https_port/console" echo "**************************************************************" fi
