From fa89bd830aa8612cde04f8a887d0d9c7316bf612 Mon Sep 17 00:00:00 2001 From: bcambl Date: Sat, 11 Jun 2016 22:33:44 -0600 Subject: [PATCH] re-order when SELinux gets configured configure SELinux *after* git clone/pull & file setup and *before* service configuration --- automated install/basic-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index ed7b57ba..f8e2c426 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -815,6 +815,7 @@ installPihole() { installScripts installConfigs CreateLogFile + configureSelinux installPiholeWeb installCron runGravity @@ -889,9 +890,6 @@ use4andor6 # Decide what upstream DNS Servers to use setDNS -# Configure SELinux (if applicable) -configureSelinux - # Install and log everything to a file installPihole | tee $tmpLog