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:
@@ -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
|
||||
|
Reference in New Issue
Block a user