mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
Merge pull request #1643 from whowutwut/goxcat_spelling
Change the summary message for go-xcat to just say xCAT is installed
This commit is contained in:
commit
603cde02c4
@ -1500,26 +1500,29 @@ case "${GO_XCAT_ACTION}" in
|
||||
exit "${RET}"
|
||||
fi
|
||||
|
||||
while read -r ; do echo "${REPLY}" ; done <<-EOF
|
||||
if [ ${GO_XCAT_ACTION} == 'install' ]; then
|
||||
# only print out this message on install
|
||||
while read -r ; do echo "${REPLY}" ; done <<-EOF
|
||||
|
||||
xCAT has been installed!
|
||||
========================
|
||||
|
||||
Congratulations
|
||||
===============
|
||||
If this is the very first time xCAT has been installed, run the following
|
||||
commands to set environment variables into your PATH:
|
||||
|
||||
The fact that you got this far is a strong indication that xCAT bas been
|
||||
installed correctly.
|
||||
for sh,
|
||||
\`source /etc/profile.d/xcat.sh\`
|
||||
or csh,
|
||||
\`source /etc/profile.d/xcat.csh\`
|
||||
EOF
|
||||
else
|
||||
while read -r ; do echo "${REPLY}" ; done <<-EOF
|
||||
|
||||
Please notice if this is the first time you install xCAT. You need to do one
|
||||
of the following.
|
||||
xCAT has been updated!
|
||||
======================
|
||||
|
||||
1. Log out and then log in again, or
|
||||
2. run the following command to set the environment variables.
|
||||
|
||||
for sh,
|
||||
\`source /etc/profile.d/xcat.sh\`
|
||||
or csh,
|
||||
\`source /etc/profile.d/xcat.csh\`
|
||||
EOF
|
||||
EOF
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
list_xcat_packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user