Commit 602197995a5838347a55b55c7c4957a314c24b99
1 parent
1ef496b0
Story Id:1166880 Lock Changes
Committed by: Jarrett Jordaan Reviewed by: Paul Barrett
Showing
2 changed files
with
2 additions
and
1 deletions
setup/wizard/installUtil.php
| @@ -60,7 +60,7 @@ class InstallUtil { | @@ -60,7 +60,7 @@ class InstallUtil { | ||
| 60 | * @return boolean | 60 | * @return boolean |
| 61 | */ | 61 | */ |
| 62 | public function isSystemInstalled() { | 62 | public function isSystemInstalled() { |
| 63 | - if (file_exists(dirname(__FILE__)."/install")) { | 63 | + if (file_exists(dirname(__FILE__)."/install.lock")) { |
| 64 | 64 | ||
| 65 | return true; | 65 | return true; |
| 66 | } | 66 | } |
var/bin/taskrunner.bat
0 → 100644