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