correct the osimage_postboot, instead of osimage_post
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14436 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4d3edda0cd
commit
90e0e80aa2
@ -1212,7 +1212,7 @@ sub getPostbootScripts
|
||||
|
||||
# get postbootscripts for image
|
||||
my $ips;
|
||||
if(defined($script_hash->{osimage_postboot} ) && defined ($script_hash->{osimage_post}->{$osimgname})) {
|
||||
if(defined($script_hash->{osimage_postboot} ) && defined ($script_hash->{osimage_postboot}->{$osimgname})) {
|
||||
$ips = $script_hash->{osimage_postboot}->{$osimgname};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user