refs #310 changes directory destiny

pull/1/head
Luis Gerardo Romero Garcia 2024-04-25 07:14:26 +02:00
parent 336ce1cf54
commit 923000c42e
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ generate_ipxe_script() {
for mac_address in $MAC_ADDRESSES; do
filename="01-${mac_address//:/-}"
echo "Creando archivo $filename..."
cp /ogboot/tftpboot/ipxe_scripts/default.ipxe /ogboot/tftpboot/ipxe_scripts/$filename
cp /opengnsys/tftpboot/ipxe_scripts/default.ipxe /opengnsys/tftpboot/ipxe_scripts/$filename
done