mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-14 18:32:55 +00:00
Create versions file before sourcing it
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
fe598a05f6
commit
f73b965fcd
1 changed files with 3 additions and 3 deletions
|
@ -2717,12 +2717,12 @@ main() {
|
||||||
|
|
||||||
restart_service pihole-FTL
|
restart_service pihole-FTL
|
||||||
|
|
||||||
# Download and compile the aggregated block list
|
|
||||||
runGravity
|
|
||||||
|
|
||||||
# Update local and remote versions via updatechecker
|
# Update local and remote versions via updatechecker
|
||||||
/opt/pihole/updatecheck.sh
|
/opt/pihole/updatecheck.sh
|
||||||
|
|
||||||
|
# Download and compile the aggregated block list
|
||||||
|
runGravity
|
||||||
|
|
||||||
if [[ "${useUpdateVars}" == false ]]; then
|
if [[ "${useUpdateVars}" == false ]]; then
|
||||||
displayFinalMessage "${pw}"
|
displayFinalMessage "${pw}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue