refs #310 missing opt directory
parent
923000c42e
commit
6d3a187d78
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue