make it work during postboot period

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15888 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2013-04-09 08:02:15 +00:00
parent ac252f7f83
commit a18693ec9f

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -vx
# IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html
@ -15,7 +15,7 @@
#=cut
#-------------------------------------------------------------------------------
sudo chef-server-ctl reconfigure
/usr/bin/chef-server-ctl reconfigure
if [ $? -ne 0 ]
then
errmsg="Failed to run chef-server-ctl reconfigure on $node"