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:
parent
2226a4e58d
commit
805e0d5fd1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user