Pass callback value to writescript subroutine.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1167 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1514d5df31
commit
615e260491
@ -134,7 +134,7 @@ sub mkinstall
|
||||
|
||||
# create the node-specific post script
|
||||
mkpath "/install/postscripts/";
|
||||
xCAT::Postage->writescript($node, "/install/postscripts/".$node, "install");
|
||||
xCAT::Postage->writescript($node, "/install/postscripts/".$node, "install", $callback);
|
||||
|
||||
if (
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user