2
0
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:
GONG Jie
2017-12-31 23:59:59 +00:00
parent b05b8bcd27
commit 34c9e1d223

View File

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