mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-13 23:00:22 +00:00
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:
@@ -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};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user