From d53fddf3a99abdf10e54a27b94366e063c4c9365 Mon Sep 17 00:00:00 2001 From: lgromero Date: Tue, 1 Oct 2024 17:13:30 +0200 Subject: [PATCH] refs #799 removes kea password comprobation in kea agent service --- installer/ogdhcp_installer.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer/ogdhcp_installer.sh b/installer/ogdhcp_installer.sh index 52d82ed..de40e62 100755 --- a/installer/ogdhcp_installer.sh +++ b/installer/ogdhcp_installer.sh @@ -95,7 +95,8 @@ function checkDependencies() { echoAndLog "$dep is already installed." fi done - + sed -i '/ConditionFileNotEmpty=\/etc\/kea\/kea-api-password/d' /usr/lib/systemd/system/kea-ctrl-agent.service + systemctl restart kea-ctrl-agent.service echoAndLog "Dependencies checked." } @@ -364,6 +365,7 @@ add_write_permission_apparmor() { fi } + # Función para configurar Nginx setup_nginx() { get_first_network_interface_with_traffic