refs #310 missing opt directory

pull/1/head
Luis Gerardo Romero Garcia 2024-04-25 07:45:38 +02:00
parent 923000c42e
commit 6d3a187d78
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 /opengnsys/tftpboot/ipxe_scripts/default.ipxe /opengnsys/tftpboot/ipxe_scripts/$filename
cp /opt/opengnsys/tftpboot/ipxe_scripts/default.ipxe /opt/opengnsys/tftpboot/ipxe_scripts/$filename
done