From 56178c6f7bde64f57c1bce0b60bd623904e3480c Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Thu, 23 Jan 2014 15:56:11 -0600
Subject: [PATCH] Fixup incorrect config load detection

---
 setup/cli/modules/file.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/setup/cli/modules/file.php b/setup/cli/modules/file.php
index 2c6aa49a1..3c9f434b7 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();
 
-- 
GitLab