From 14945130a160d385480a3bc51f090f6d48e5b2b8 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/cleanup_nvm.sh --- xCAT/postscripts/cleanup_nvm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/cleanup_nvm.sh b/xCAT/postscripts/cleanup_nvm.sh index 20bda8351..fef4ec61c 100755 --- a/xCAT/postscripts/cleanup_nvm.sh +++ b/xCAT/postscripts/cleanup_nvm.sh @@ -8,7 +8,7 @@ #cleanup_nvm.sh # It is found that in some case, there will be nvram entries wrote that block # the normal booting for Tuleta server running OPAL mode and OpenPOWER server. -# This script is used to clean up the nvram entries within host OS, can be run as +# This script is used to clean up the nvram entries within host OS, can be run as # a postscript for xCAT. # #----------------------------------------------------------------------------- @@ -20,7 +20,7 @@ while true; do if [ $? -ne 0 ]; then if [ $tries -gt 0 ]; then - echo "The nvram cleaning up is done" + echo "The nvram cleaning up is done" else echo "No nvram entry found that is releated to petitboot" fi