refs #404 fix delete pxe

pull/3/head
Luis Gerardo Romero Garcia 2024-05-30 22:32:56 +02:00
parent d7bac3e5ce
commit 9546b0b83f
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ public function getBootFiles(): JsonResponse
{
$directory = '/opt/ogboot/tftpboot/ipxe_scripts';
$fileName = "01-" . str_replace(':', '-', $mac);
$fileName = "01-" . $mac;
$filePath = "$directory/$fileName";