mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Force an update of the updatechecker after update/install
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
9be854031f
commit
7362416afb
1 changed files with 3 additions and 0 deletions
|
@ -2077,6 +2077,9 @@ main() {
|
|||
# Download and compile the aggregated block list
|
||||
runGravity
|
||||
|
||||
# Force an update of the updatechecker
|
||||
. /opt/pihole/updatecheck.sh
|
||||
|
||||
#
|
||||
if [[ "${useUpdateVars}" == false ]]; then
|
||||
displayFinalMessage "${pw}"
|
||||
|
|
Loading…
Reference in a new issue