From 34c9e1d22323be26c6cc1989c2f8e2a6fc84a826 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-server/share/xcat/tools/go-xcat --- xCAT-server/share/xcat/tools/go-xcat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-server/share/xcat/tools/go-xcat b/xCAT-server/share/xcat/tools/go-xcat index 6977dbca4..715e5745a 100755 --- a/xCAT-server/share/xcat/tools/go-xcat +++ b/xCAT-server/share/xcat/tools/go-xcat @@ -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 ;;