refs #799 removes kea password comprobation in kea agent service

nginx_conf
Luis Gerardo Romero Garcia 2024-10-01 17:13:30 +02:00
parent 1bc2f57091
commit 0f2f4c7843
1 changed files with 3 additions and 1 deletions

View File

@ -95,7 +95,8 @@ function checkDependencies() {
echoAndLog "$dep is already installed." echoAndLog "$dep is already installed."
fi fi
done 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." echoAndLog "Dependencies checked."
} }
@ -364,6 +365,7 @@ add_write_permission_apparmor() {
fi fi
} }
# Función para configurar Nginx # Función para configurar Nginx
setup_nginx() { setup_nginx() {
get_first_network_interface_with_traffic get_first_network_interface_with_traffic