mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
improve check install status when running in docker
This commit is contained in:
@@ -49,7 +49,9 @@ class Install
|
||||
'pcntl_signal', 'pcntl_alarm', 'pcntl_async_signals'
|
||||
];
|
||||
|
||||
protected string $lockFile = 'install.lock';
|
||||
const INSTALL_LOCK_FILE = 'dont_delete_install.lock';
|
||||
|
||||
protected string $lockFile = self::INSTALL_LOCK_FILE;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user