mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
configureSelinux prior to installPihole
This commit is contained in:
parent
5c79184d3b
commit
0d9a8d70bf
@ -788,7 +788,6 @@ installPihole() {
|
||||
installCron
|
||||
runGravity
|
||||
configureFirewall
|
||||
configureSelinux
|
||||
}
|
||||
|
||||
configureSelinux() {
|
||||
@ -859,6 +858,9 @@ 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