From 90e0e80aa2f1e0dbee67bddead72af45a9bfb717 Mon Sep 17 00:00:00 2001 From: jjhua Date: Tue, 27 Nov 2012 08:45:52 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/perl/xCAT/Postage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/Postage.pm b/xCAT-server/lib/perl/xCAT/Postage.pm index 454a63e72..34b916a3d 100644 --- a/xCAT-server/lib/perl/xCAT/Postage.pm +++ b/xCAT-server/lib/perl/xCAT/Postage.pm @@ -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}; }