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:
jjhua 2012-11-27 08:45:52 +00:00
parent 4d3edda0cd
commit 90e0e80aa2

View File

@ -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};
}