fix bug 4075:nimol plugin has syntax errors
This commit is contained in:
parent
672fea4fa3
commit
b14184d3c8
@ -412,7 +412,7 @@ sub create_imgconf_file {
|
||||
my $rootpw = undef;
|
||||
my $passwdtab = xCAT::Table->new('passwd');
|
||||
if ($passwdtab) {
|
||||
my $et = $passwdtab->getAttribs({key => 'vios' username => 'padmin'}, 'password');
|
||||
my $et = $passwdtab->getAttribs({key => 'vios', username => 'padmin'}, 'password');
|
||||
if ($et and defined ($et->{'password'})) {
|
||||
$rootpw = $et->{'password'};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user