mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
re-order when SELinux gets configured
configure SELinux *after* git clone/pull & file setup and *before* service configuration
This commit is contained in:
parent
3ba05d0274
commit
fa89bd830a
1 changed files with 1 additions and 3 deletions
|
@ -815,6 +815,7 @@ installPihole() {
|
|||
installScripts
|
||||
installConfigs
|
||||
CreateLogFile
|
||||
configureSelinux
|
||||
installPiholeWeb
|
||||
installCron
|
||||
runGravity
|
||||
|
@ -889,9 +890,6 @@ use4andor6
|
|||
# Decide what upstream DNS Servers to use
|
||||
setDNS
|
||||
|
||||
# Configure SELinux (if applicable)
|
||||
configureSelinux
|
||||
|
||||
# Install and log everything to a file
|
||||
installPihole | tee $tmpLog
|
||||
|
||||
|
|
Loading…
Reference in a new issue