mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
Installer: improvements
This commit is contained in:
@@ -95,8 +95,6 @@ if (preg_match('/"success":false/i', $result)) {
|
||||
exit;
|
||||
}
|
||||
|
||||
fwrite(\STDOUT, "Error: ". (!empty($resultData['errors']) ? print_r($resultData['errors'], true) : $resultData['errorMsg']) .".\n");
|
||||
fwrite(\STDOUT, "Error: ". (!empty($resultData['errors']) ? print_r($resultData['errors'], true) : $resultData['errorMsg']) ."\n");
|
||||
exit;
|
||||
}
|
||||
|
||||
fwrite(\STDOUT, "Done.\n");
|
||||
|
||||
Reference in New Issue
Block a user