.
This commit is contained in:
@@ -1966,13 +1966,13 @@ class WorkspaceTools
|
|||||||
|
|
||||||
$start = microtime(true);
|
$start = microtime(true);
|
||||||
CLI::logging("> Verify License Enterprise...\n");
|
CLI::logging("> Verify License Enterprise...\n");
|
||||||
//$workspace->verifyLicenseEnterprise($workspaceName);
|
$workspace->verifyLicenseEnterprise($workspaceName);
|
||||||
$stop = microtime(true);
|
$stop = microtime(true);
|
||||||
CLI::logging("<*> Verify took " . ($stop - $start) . " seconds.\n");
|
CLI::logging("<*> Verify took " . ($stop - $start) . " seconds.\n");
|
||||||
|
|
||||||
$start = microtime(true);
|
$start = microtime(true);
|
||||||
CLI::logging("> Check Mafe Requirements...\n");
|
CLI::logging("> Check Mafe Requirements...\n");
|
||||||
//$workspace->checkMafeRequirements($workspaceName, $lang);
|
$workspace->checkMafeRequirements($workspaceName, $lang);
|
||||||
$stop = microtime(true);
|
$stop = microtime(true);
|
||||||
CLI::logging("<*> Check Mafe Requirements Process took " . ($stop - $start) . " seconds.\n");
|
CLI::logging("<*> Check Mafe Requirements Process took " . ($stop - $start) . " seconds.\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user