From 6ca356cfb7a155b44848caac997db037539c73f0 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 18 Sep 2016 23:25:18 +0800 Subject: [PATCH] [go-xcat] Change the output based on the comment of @geruvichmark --- xCAT-server/share/xcat/tools/go-xcat | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/xCAT-server/share/xcat/tools/go-xcat b/xCAT-server/share/xcat/tools/go-xcat index 6a642320d..de5f0d21c 100755 --- a/xCAT-server/share/xcat/tools/go-xcat +++ b/xCAT-server/share/xcat/tools/go-xcat @@ -1595,18 +1595,15 @@ case "${GO_XCAT_ACTION}" in commands to set environment variables into your PATH: for sh, - \`source /etc/profile.d/xcat.sh\` + \`source /etc/profile.d/xcat.sh' or csh, - \`source /etc/profile.d/xcat.csh\` + \`source /etc/profile.d/xcat.csh' EOF ;; "update") while read -r ; do echo "${REPLY}" ; done <<-EOF - xCAT has been updated! - ====================== - - Congratulations! + xCAT has been successfully updated! EOF ;; esac