make it work during postboot period

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15890 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2013-04-09 08:03:47 +00:00
parent 2226a4e58d
commit 805e0d5fd1

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh
# 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"