From abd1fedc9d2e7adbc51fc3ff83a051e23dfead70 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Fri, 23 Dec 2016 17:25:55 +0000 Subject: [PATCH] . --- automated install/basic-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 165ed5f3..058a57e9 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -945,11 +945,11 @@ checkSelinux() { if [[ "${enforceMode}" == "Enforcing" ]]; then if (whiptail --title "SELinux Enforcing Detected" --yesno "SELinux is being Enforced on your system!\n\nPi-hole currently does not support SELinux, but you may still continue with the installation.\n\nNote: Admin UI Will not function fully without setting your policies correctly\n\nContinue installing Pi-hole?" ${r} ${c}); then echo ":::" - echo "::: Continuing installation with SELinux Enforcing.." + echo "::: Continuing installation with SELinux Enforcing." echo "::: Please refer to official SELinux documentation to create a custom policy." else echo ":::" - echo "::: Not continuing install after SELinux Enforcing detected" + echo "::: Not continuing install after SELinux Enforcing detected." exit 1 fi fi