diff --git a/bin/uptime_wait b/bin/uptime_wait index 2a3e39112..2ac0b61d6 100644 --- a/bin/uptime_wait +++ b/bin/uptime_wait @@ -71,7 +71,7 @@ class UptimeWait $elapsed = 0; while ($elapsed <= $this->timeout) { - if ($this->checkDatabase() && $this->checkRedis()) { + if ($this->checkRedis() && $this->checkDatabase()) { $this->println('Services started up and ready!'); die(0); }