From 7ac1d486fd95200abae3b73e3e715ea22906ac0a Mon Sep 17 00:00:00 2001 From: lgromero Date: Wed, 2 Oct 2024 13:01:17 +0200 Subject: [PATCH] refs --- installer/ogdhcp_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/ogdhcp_installer.sh b/installer/ogdhcp_installer.sh index 815bb79..d193370 100755 --- a/installer/ogdhcp_installer.sh +++ b/installer/ogdhcp_installer.sh @@ -96,6 +96,7 @@ function checkDependencies() { fi done sed -i '/ConditionFileNotEmpty=\/etc\/kea\/kea-api-password/d' /usr/lib/systemd/system/kea-ctrl-agent.service + chown -R _kea:_kea /etc/kea systemctl daemon-reload systemctl restart kea-ctrl-agent.service echoAndLog "Dependencies checked."