1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-02-22 04:52:01 +00:00

runGravity is called after finalExports in the Debian install side.

This commit is contained in:
Dan Schaper 2016-10-08 12:58:42 -07:00
parent d20df92e9f
commit 10e1a03c76

View File

@ -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() {