2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 05:11:12 +00:00

Remove trailing spaces in file xCAT/postscripts/xcatpostinit1

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 5076a10f22
commit 0f4e807e5c

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
# This script is deprecated, please use xcatpostinit1.install instead
# This script is deprecated, please use xcatpostinit1.install instead
# chkconfig: 345 84 59
# description: service node postboot script hack
# processname: xcatpostinit
@@ -33,7 +33,7 @@ stop)
echo -n "nothing to stop "
;;
start)
# check for the REBOOT specified in xcatinfo to run post boot scripts on reboot
# check for the REBOOT specified in xcatinfo to run post boot scripts on reboot
if [ -f /opt/xcat/xcatinfo ]; then
REBOOT=`grep 'REBOOT' /opt/xcat/xcatinfo |cut -d= -f2`
fi