This commit is contained in:
Paula Quispe
2017-10-19 13:09:17 -04:00
parent 972e509d8d
commit ebdeaf4755

View File

@@ -1966,13 +1966,13 @@ class WorkspaceTools
$start = microtime(true);
CLI::logging("> Verify License Enterprise...\n");
//$workspace->verifyLicenseEnterprise($workspaceName);
$workspace->verifyLicenseEnterprise($workspaceName);
$stop = microtime(true);
CLI::logging("<*> Verify took " . ($stop - $start) . " seconds.\n");
$start = microtime(true);
CLI::logging("> Check Mafe Requirements...\n");
//$workspace->checkMafeRequirements($workspaceName, $lang);
$workspace->checkMafeRequirements($workspaceName, $lang);
$stop = microtime(true);
CLI::logging("<*> Check Mafe Requirements Process took " . ($stop - $start) . " seconds.\n");