mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-24 15:00:54 +00:00
too many echos spoil the branch
This commit is contained in:
parent
4c131b8c28
commit
754f3359ec
@ -943,7 +943,6 @@ checkSelinux() {
|
|||||||
enforceMode=$(getenforce)
|
enforceMode=$(getenforce)
|
||||||
echo "${enforceMode}"
|
echo "${enforceMode}"
|
||||||
if [[ "${enforceMode}" == "Enforcing" ]]; then
|
if [[ "${enforceMode}" == "Enforcing" ]]; then
|
||||||
echo "Enforcing"
|
|
||||||
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
|
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
|
||||||
printf "\n::: Continuing installation with SELinux Enforcing.."
|
printf "\n::: Continuing installation with SELinux Enforcing.."
|
||||||
printf "\n::: Please refer to official SELinux documentation to create a custom policy."
|
printf "\n::: Please refer to official SELinux documentation to create a custom policy."
|
||||||
|
Loading…
Reference in New Issue
Block a user