2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-20 02:00:24 +00:00

Remove trailing spaces in file xCAT/postscripts/cleanup_nvm.sh

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 302c14d07e
commit 14945130a1

View File

@@ -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