dashboard: fix booting probe

This commit is contained in:
Franco Fichtner 2022-11-01 10:31:32 +01:00
parent 4edf223b2f
commit 530d49b742

View File

@ -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.'));