From 8da86931e9875de9ce7c0322ffb736f78024e602 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-server/share/xcat/tools/mktoolscenter --- xCAT-server/share/xcat/tools/mktoolscenter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/tools/mktoolscenter b/xCAT-server/share/xcat/tools/mktoolscenter index 8ec88ebc8..cd633a785 100755 --- a/xCAT-server/share/xcat/tools/mktoolscenter +++ b/xCAT-server/share/xcat/tools/mktoolscenter @@ -399,7 +399,7 @@ open($sh, ">", "$sandbox/start.sh"); print $sh <<'ENDOFSH'; #!/bin/sh -x # -# This script prepares the current Linux environment for ToolsCenter. +# This script prepares the current Linux environment for ToolsCenter. export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin cp -f /toolscenter/media_check.sh /tmp/media_check.sh @@ -543,7 +543,7 @@ then ${BOMC_EXIT_CMD} reboot else # Shut down the system when it's PXE image - echo "Shut down the system ..." + echo "Shut down the system ..." ${BOMC_EXIT_CMD} shutdown fi exit 0