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."