refs #273 adds kea template and configuration

ogboot_installer
Luis Gerardo Romero Garcia 2024-05-08 10:05:10 +02:00
parent f75ebed4b0
commit 5bbb624c65
1 changed files with 1 additions and 1 deletions

View File

@ -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