From 5bbb624c651b127bd37344c7fcab65fa23a90b2d Mon Sep 17 00:00:00 2001 From: lgromero Date: Wed, 8 May 2024 10:05:10 +0200 Subject: [PATCH] refs #273 adds kea template and configuration --- 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 f2ff08f..5507d95 100755 --- a/installer/ogboot_installer.sh +++ b/installer/ogboot_installer.sh @@ -240,7 +240,7 @@ function keaDhcpConfigure() { -e "s/NETMASK/${CIDR}/g" \ -e "s/ROUTERIP/${ROUTERIP}/g" \ -e "s/DNSIP/${DNSIP}/g" \ - "$WORKDIR/opengnsys/server/etc/kea-dhcp4.conf.tmpl" > "/etc/kea/kea-dhcp4.conf" || errcode=1 + "$WORKDIR/ogboot/etc/kea-dhcp4.conf.tmpl" > "/etc/kea/kea-dhcp4.conf" || errcode=1 # Si hubo errores al configurar, muestra un mensaje de error y sale de la función if [ $errcode -ne 0 ]; then