From 83776b2e13452bc9bf5b72fa07bf87fc2bcf4843 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/make_sn_fs --- xCAT/postscripts/make_sn_fs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xCAT/postscripts/make_sn_fs b/xCAT/postscripts/make_sn_fs index 4491af6bc..80eb90215 100755 --- a/xCAT/postscripts/make_sn_fs +++ b/xCAT/postscripts/make_sn_fs @@ -1,19 +1,19 @@ #!/bin/sh # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html -# This script, ("make_sn_fs"), is a sample xCAT post script for +# This script, ("make_sn_fs"), is a sample xCAT post script for # creating file systems on xCAT service -# nodes. You can modify this script to create and mount local +# nodes. You can modify this script to create and mount local # file systems when the service nodes are installed. # -# Make sure your script is executable and that is is in the +# Make sure your script is executable and that is is in the # /install/postscripts directory on the xCAT management node. # -# You must also add the script name to the list of scripts that +# You must also add the script name to the list of scripts that # must be run at install time. (See below.) # -# To use this script you should make sure it gets run before the -# "servicenode" script or any other scipts that may need to use these +# To use this script you should make sure it gets run before the +# "servicenode" script or any other scipts that may need to use these # file systems. # # For example, to get it to run before the "servicenode" script you