Fixed minor error open bug 500

This commit is contained in:
Daniel Barbero Martin 2020-06-02 13:55:01 +02:00
parent 6cf96a0fad
commit 7e4c1a5468
1 changed files with 3 additions and 1 deletions

View File

@ -459,7 +459,9 @@ class ConsoleSupervisor
/*
* Check if HA status.
*/
if (enterprise_installed()) {
$this->checkHaStatus();
}
}