From aa02016b627834de2d1cd53ea7ed4f262b033a05 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.install --- xCAT/postscripts/xcatpostinit1.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/xcatpostinit1.install b/xCAT/postscripts/xcatpostinit1.install index 4c7823216..04b5db680 100755 --- a/xCAT/postscripts/xcatpostinit1.install +++ b/xCAT/postscripts/xcatpostinit1.install @@ -1,7 +1,7 @@ #!/bin/bash # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html # chkconfig: 345 84 59 -# description: the hook for systemd service unit to run PB and report node status on diskful node +# description: the hook for systemd service unit to run PB and report node status on diskful node # processname: xcatpostinit1 ### BEGIN INIT INFO @@ -31,7 +31,7 @@ stop) [ "$NODESTATUS" != "n" ] && /xcatpost/updateflag.awk $XCATSERVER 3002 "installstatus powering-off" ;; 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 | tr -d \'\"` fi