add target to get_nim_attr_val call
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7824 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1b59398d69
commit
2d7fb61bc4
@ -4786,7 +4786,7 @@ sub rmnimimage
|
||||
{
|
||||
$loc =
|
||||
xCAT::InstUtils->get_nim_attr_val($resname,
|
||||
'location', $callback, "", $subreq);
|
||||
'location', $callback, $Sname, $subreq);
|
||||
}
|
||||
|
||||
# need the directory name to remove these
|
||||
@ -4794,7 +4794,7 @@ sub rmnimimage
|
||||
{
|
||||
my $tmp =
|
||||
xCAT::InstUtils->get_nim_attr_val($resname,
|
||||
'location', $callback, "", $subreq);
|
||||
'location', $callback, $Sname, $subreq);
|
||||
$loc = dirname($tmp);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user