2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-10 05:20:14 +00:00

fix incorrect call

This commit is contained in:
lissav
2014-06-13 05:44:40 -04:00
parent a3adbd7669
commit b672c8ea08

View File

@@ -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;
}