From 6d3a187d788b76a11348a2880d0ee170c1c14d7f Mon Sep 17 00:00:00 2001 From: lgromero Date: Thu, 25 Apr 2024 07:45:38 +0200 Subject: [PATCH] refs #310 missing opt directory --- installer/ogboot_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/ogboot_installer.sh b/installer/ogboot_installer.sh index 999d9be..1372301 100644 --- a/installer/ogboot_installer.sh +++ b/installer/ogboot_installer.sh @@ -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