From: Kefu Chai Date: Thu, 3 Jun 2021 10:45:48 +0000 (+0800) Subject: vstart.sh: use here document to display multi-line message X-Git-Tag: v17.1.0~1756^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41674%2Fhead;p=ceph.git vstart.sh: use here document to display multi-line message for better readability Signed-off-by: Kefu Chai --- diff --git a/src/vstart.sh b/src/vstart.sh index de85c80f26c..984f0551421 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -1647,15 +1647,19 @@ debug echo "vstart cluster complete. Use stop.sh to stop. See out/* (e.g. 'tail echo "" if [ "$new" -eq 1 ]; then if $with_mgr_dashboard; then - echo "dashboard urls: $DASH_URLS" - echo " w/ user/pass: admin / admin" + cat <