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

On enabling/disabeling only reload-lists instead of reload

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2021-08-06 20:51:48 +02:00
parent f86ef0128e
commit ffe45e8b76

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