From c45c3a72b517767cc7f11fc0804ce09812ae3a03 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Fri, 23 Dec 2016 17:06:33 +0000 Subject: [PATCH] words words words --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 1b1070e2..98376e76 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -941,7 +941,7 @@ checkSelinux() { printf "\n::: SELinux Support Detected.." getenforce | grep 'Enforcing' if [ $? -eq 0 ]; then - if (whiptail --title "SELinux Detected" --yesno "SELinux is being Enforced on your system. \nPi-hole does not support SELinux at this time...\nContinue with SELinux Enforcing?" ${r} ${c}); then + if (whiptail --title "SELinux 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 printf "\n::: Continuing installation with SELinux Enforcing.." printf "\n::: Please refer to official SELinux documentation to create a custom policy." else