mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 15:05:36 +00:00
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:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user