We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c7b85 commit 0255196Copy full SHA for 0255196
1 file changed
library/Vspheredb/Daemon/VsphereDbDaemon.php
@@ -632,7 +632,7 @@ protected function hasSchema(): bool
632
protected function sendDbConfigToRunner(): PromiseInterface
633
{
634
$this->logger->notice('[db] sending DB config to child process');
635
- if ($this->daemonState->getComponentState(self::COMPONENT_DB) !== self::STATE_READY) {
+ if (! $this->daemonState->getComponentState(self::COMPONENT_DB) === self::STATE_READY) {
636
$this->logger->warning('[db] DB runner is NOT ready, not sending config');
637
638
return resolve(null);
0 commit comments