diff --git a/setup/cli/modules/file.php b/setup/cli/modules/file.php
index 2c6aa49a11027c52935048593ffddcf8bfa5a55a..3c9f434b745aee1e50dd3764136510cbfa4e1e47 100644
--- a/setup/cli/modules/file.php
+++ b/setup/cli/modules/file.php
@@ -48,8 +48,6 @@ class FileManager extends Module {
 
 
     function run($args, $options) {
-        if (!defined('OST_INSTALLED'))
-            $this->fail('Install your config file into `include/`');
         Bootstrap::connect();
         osTicket::start();