From 0f4e807e5c06c9085b59fbcd36cf132e953d0d4a 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/xcatpostinit1 --- xCAT/postscripts/xcatpostinit1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/xcatpostinit1 b/xCAT/postscripts/xcatpostinit1 index 2af370840..b9f1b1002 100755 --- a/xCAT/postscripts/xcatpostinit1 +++ b/xCAT/postscripts/xcatpostinit1 @@ -1,6 +1,6 @@ #!/bin/bash # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html -# This script is deprecated, please use xcatpostinit1.install instead +# This script is deprecated, please use xcatpostinit1.install instead # chkconfig: 345 84 59 # description: service node postboot script hack # processname: xcatpostinit @@ -33,7 +33,7 @@ stop) echo -n "nothing to stop " ;; start) - # check for the REBOOT specified in xcatinfo to run post boot scripts on reboot + # check for the REBOOT specified in xcatinfo to run post boot scripts on reboot if [ -f /opt/xcat/xcatinfo ]; then REBOOT=`grep 'REBOOT' /opt/xcat/xcatinfo |cut -d= -f2` fi