mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
dashboard: fix booting probe
This commit is contained in:
parent
4edf223b2f
commit
530d49b742
@ -248,7 +248,7 @@ function print_service_banner($service)
|
||||
|
||||
switch ($service) {
|
||||
case 'bootup':
|
||||
if (!product::getInstance()->booting) {
|
||||
if (!product::getInstance()->booting()) {
|
||||
break;
|
||||
}
|
||||
print_alert_box(gettext('The system is currently booting. Not all services have been started yet.'));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user