diff --git a/command.php b/command.php index bbca0ab981..2989702bba 100644 --- a/command.php +++ b/command.php @@ -27,7 +27,7 @@ * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. ************************************************************************/ -include "bootstrap.php"; +include __DIR__ . "/bootstrap.php"; use Espo\Core\Application; use Espo\Core\ApplicationRunners\Command;