2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-23 06:25:38 +00:00

Remove trailing spaces in file xCAT-server/share/xcat/tools/mktoolscenter

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent db275349cf
commit 8da86931e9

View File

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