From a6dcdf2b8fbcbb5acaaed4463f50ba89a383fc2c 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/essl/essl_install --- xCAT-IBMhpc/share/xcat/IBMhpc/essl/essl_install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/essl/essl_install b/xCAT-IBMhpc/share/xcat/IBMhpc/essl/essl_install index 3d9ec7e5a..e7703fb93 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/essl/essl_install +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/essl/essl_install @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/sh -# +# # Sample script to accept licenses and install ESSL and PESSL packages # For AIX: # TBD @@ -22,7 +22,7 @@ fi if [ $OS != "AIX" ]; then if [ $NODESETSTATE == "install" ] || [ $NODESETSTATE == "boot" ]; then # Being run from a stateful install postscript - # Copy rpms directly from the xCAT management node and install + # Copy rpms directly from the xCAT management node and install mkdir -p /tmp/essl rm -f -R /tmp/essl/* cd /tmp/essl @@ -62,6 +62,6 @@ if [ $OS != "AIX" ]; then fi rm -rf $installroot/$tmpdir fi -fi +fi