mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-24 13:50:17 +00:00
configureSelinux prior to installPihole
This commit is contained in:
parent
5c79184d3b
commit
0d9a8d70bf
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue