2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-06-17 17:10:48 +00:00

fix incorrect call

This commit is contained in:
lissav
2014-06-13 05:44:40 -04:00
parent a3adbd7669
commit b672c8ea08
+1 -1
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;
}