fix incorrect call
This commit is contained in:
parent
829a613617
commit
59a277bc40
@ -1822,7 +1822,7 @@ sub restorexcatdb
|
||||
else
|
||||
{
|
||||
#$xcmd = "service xcatd restart";
|
||||
my $ret=xCAT::Utils->restartservie("xcatd");
|
||||
my $ret=xCAT::Utils->restartservice("xcatd");
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user