mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 20:30:56 +00:00
[go-xcat] Change the output based on the comment of @geruvichmark
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user