refs #404 fix delete pxe
parent
d7bac3e5ce
commit
9546b0b83f
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue