mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +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
@ -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 New Issue
Block a user