1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

Merge pull request #4264 from yubiuser/tweak_enable

On enabling/disabeling only reload-lists instead of reload
This commit is contained in:
DL6ER 2021-08-09 18:26:24 +02:00 committed by GitHub
commit e163ed449d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
pihole
View File

@ -242,7 +242,7 @@ Time:
echo "BLOCKING_ENABLED=true" >> "${setupVars}"
fi
restartDNS reload
restartDNS reload-lists
echo -e "${OVER} ${TICK} ${str}"
}