From 854f7e3f690e1b98c99dbeeec93a99d29a5bd3a1 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/postscripts/xcatclient --- xCAT/postscripts/xcatclient | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/xcatclient b/xCAT/postscripts/xcatclient index f79df9a4a..af699f7ff 100755 --- a/xCAT/postscripts/xcatclient +++ b/xCAT/postscripts/xcatclient @@ -4,9 +4,9 @@ # # This routine transfers the client credentials from ~/.xcat on the MN # to the SN for Linux. -# It only does something, if called with the -d flag. +# It only does something, if called with the -d flag. # The -d flag was implemented when the call to the routine was moved -# from the postscript table into the servicenode postscript. +# from the postscript table into the servicenode postscript. # if [ ! $1 ]; then logger -t xcat -p local4.err "xcatclient call without -d, doing nothing."