diff --git a/ingest/bobguiIngest.php b/ingest/bobguiIngest.php index 3a18a88..cb21614 100644 --- a/ingest/bobguiIngest.php +++ b/ingest/bobguiIngest.php @@ -138,9 +138,9 @@ function __construct ($settings = array ()) // $config is an array coming from a # End if the lock file is present if (file_exists ($this->settings['lockFile'])) { - $this->errors[] = 'The lock file exists so the ingest process cannot run.'; + $this->errors[] = 'The lock file exists - WARNING but running anyway (leftover from previous run?).'; $this->reportErrors (); - return false; + #return false; } # Ensure the log file exists and is writable