From 0d9a8d70bf25112048d3b40ff9e8089900982beb Mon Sep 17 00:00:00 2001 From: bcambl Date: Sat, 11 Jun 2016 17:28:57 -0600 Subject: [PATCH] configureSelinux prior to installPihole --- automated install/basic-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 80e50b1d..a8a47bae 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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