1
0
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:
bcambl 2016-06-11 17:28:57 -06:00
parent 5c79184d3b
commit 0d9a8d70bf

View File

@ -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