Update install.sh

This commit is contained in:
Stefan Pejcic 2025-03-05 15:07:24 +01:00 committed by GitHub
parent 5f56849ddd
commit 98e4748f75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -859,6 +859,7 @@ setup_firewall_service() {
if [ "$SKIP_DNS_SERVER" = true ]; then
echo "Removing BIND service from monitoring due to the '--skip-dns-server' flag."
sed -i 's/,named//' "${ETC_DIR}openadmin/config/openadmin/config/admin.ini" > /dev/null 2>&1
sed -i 's/,dns//' "$CONFIG_FILE" > /dev/null 2>&1
fi