From 2ed8da4ebb2b0d30608c5f7fda1204e68d5e5851 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-IBMhpc/share/xcat/IBMhpc/loadl/loadl_install-5103 --- .../xcat/IBMhpc/loadl/loadl_install-5103 | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/loadl/loadl_install-5103 b/xCAT-IBMhpc/share/xcat/IBMhpc/loadl/loadl_install-5103 index 187dd87cf..4d089404b 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/loadl/loadl_install-5103 +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/loadl/loadl_install-5103 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh # # Sample script to accept license and install LoadLeveler resmgr package @@ -13,7 +13,7 @@ # Change the owner of these directories (modify "loadl_admin" and # "loadl_group" if not using loadl:loadl) # If run from genimage, copy in /etc/LoadL.cfg from MN into image -# +# OS=`uname` @@ -81,16 +81,16 @@ fi # Create LoadLeveler Directories: # For stateless nodes, these directories need to be created in the image -# since they will be in memory only, and will be lost on node reboot. -# You may choose to modify this approach and use a more -# persistent location. -# For statelite, make sure the directory is writable; -# this will also be a memory-only copy of the files unless you set -# the directory "persistent" in the statelite table. +# since they will be in memory only, and will be lost on node reboot. +# You may choose to modify this approach and use a more +# persistent location. +# For statelite, make sure the directory is writable; +# this will also be a memory-only copy of the files unless you set +# the directory "persistent" in the statelite table. if [ $NODESETSTATE != "genimage" ]; then # running as a postscript in a full-disk install or AIX diskless install installroot="" -fi +fi mkdir -p $installroot$logdir/execute mkdir -p $installroot$logdir/spool mkdir -p $installroot$logdir/log @@ -111,7 +111,7 @@ chown -R $loadl_admin:$loadl_group $installroot$logdir/ #fi -# UNCOMMENT to Start loadleveler during postscripts +# UNCOMMENT to Start loadleveler during postscripts #if [ $NODESETSTATE != "genimage" ]; then # /usr/lpp/LoadL/resmgr/full/bin/llrctl start #fi