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

Force an update of the updatechecker after update/install

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2017-10-28 15:40:48 +02:00
parent 9be854031f
commit 7362416afb
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -2077,6 +2077,9 @@ main() {
# Download and compile the aggregated block list # Download and compile the aggregated block list
runGravity runGravity
# Force an update of the updatechecker
. /opt/pihole/updatecheck.sh
# #
if [[ "${useUpdateVars}" == false ]]; then if [[ "${useUpdateVars}" == false ]]; then
displayFinalMessage "${pw}" displayFinalMessage "${pw}"