mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
runGravity
is called after finalExports
in the Debian install side.
This commit is contained in:
parent
d20df92e9f
commit
10e1a03c76
1 changed files with 2 additions and 2 deletions
|
@ -818,9 +818,9 @@ installPihole() {
|
|||
configureSelinux
|
||||
installPiholeWeb
|
||||
installCron
|
||||
runGravity
|
||||
configureFirewall
|
||||
finalExports
|
||||
runGravity
|
||||
}
|
||||
|
||||
updatePihole() {
|
||||
|
@ -834,8 +834,8 @@ updatePihole() {
|
|||
configureSelinux
|
||||
installPiholeWeb
|
||||
installCron
|
||||
runGravity
|
||||
configureFirewall
|
||||
runGravity
|
||||
}
|
||||
|
||||
configureSelinux() {
|
||||
|
|
Loading…
Reference in a new issue