fixed error

This commit is contained in:
2024-02-19 12:51:58 +01:00
parent 58dbd749f8
commit 0f95b744f0

View File

@@ -65,7 +65,7 @@ class RaspberryDisplayController extends mfBaseController
$displays = RaspberryDisplayModel::getByHostname($hostname);
if ($displays === null) {
die("No display found for this hostname and ip:" . $hostname . " X " . $ip);
die("No display found for this hostname and ip:" . $hostname . " X ");
}
return array_map(function ($display) {