mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-23 03:30:33 +00:00
Remove trailing spaces in file xCAT-server/share/xcat/tools/go-xcat
This commit is contained in:
@@ -72,7 +72,7 @@ function usage()
|
||||
# verbose_usage This function be will be called when user run
|
||||
# `go-xcat --long-help'.
|
||||
# Including a bunch of secert usage.
|
||||
#
|
||||
#
|
||||
function verbose_usage()
|
||||
(
|
||||
local script="${0##*/}"
|
||||
@@ -1800,16 +1800,16 @@ case "${GO_XCAT_ACTION}" in
|
||||
# Only print out this message on install
|
||||
while read -r ; do echo "${REPLY}" ; done <<-EOF
|
||||
|
||||
xCAT has been installed!
|
||||
xCAT has been installed!
|
||||
========================
|
||||
|
||||
If this is the very first time xCAT has been installed, run the following
|
||||
commands to set environment variables into your PATH:
|
||||
|
||||
For sh:
|
||||
For sh:
|
||||
source /etc/profile.d/xcat.sh
|
||||
|
||||
For csh:
|
||||
For csh:
|
||||
source /etc/profile.d/xcat.csh
|
||||
EOF
|
||||
;;
|
||||
|
Reference in New Issue
Block a user