Fix check for installp packages
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4609 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3fe8a2d793
commit
7e3bec91ed
@ -1326,7 +1326,7 @@ sub updateAIXsoftware
|
||||
# don't provide a list of filesets with these flags
|
||||
if ($flags !~ /C|L|l/)
|
||||
{
|
||||
if ( !(-e "/mnt/$installp_file_name" )) {
|
||||
if ( scalar(@installp_pkgs) == 0 ) {
|
||||
$noinstallp=1;
|
||||
} else {
|
||||
$inpcmd .= qq~-f /mnt/$installp_file_name~;
|
||||
|
Loading…
Reference in New Issue
Block a user