configureSelinux prior to installPihole

pull/490/head
bcambl 8 years ago
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…
Cancel
Save