2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-19 04:40:21 +00:00

[go-xcat] Change the output based on the comment of @geruvichmark

This commit is contained in:
GONG Jie
2016-09-18 23:25:18 +08:00
parent 0643166295
commit 6ca356cfb7

View File

@ -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