Commit 602197995a5838347a55b55c7c4957a314c24b99

Authored by unknown
1 parent 1ef496b0

Story Id:1166880 Lock Changes

Committed by: Jarrett Jordaan

Reviewed by: Paul Barrett
setup/wizard/installUtil.php
... ... @@ -60,7 +60,7 @@ class InstallUtil {
60 60 * @return boolean
61 61 */
62 62 public function isSystemInstalled() {
63   - if (file_exists(dirname(__FILE__)."/install")) {
  63 + if (file_exists(dirname(__FILE__)."/install.lock")) {
64 64  
65 65 return true;
66 66 }
... ...
var/bin/taskrunner.bat 0 → 100644
  1 +// DO NOT DELETE
0 2 \ No newline at end of file
... ...