mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-20 15:18:32 +00:00
adjust size of whiptail dialog
This commit is contained in:
parent
a8897becd2
commit
662d450651
@ -941,7 +941,7 @@ checkSelinux() {
|
|||||||
printf "\n::: SELinux Support Detected.."
|
printf "\n::: SELinux Support Detected.."
|
||||||
getenforce | grep 'Enforcing'
|
getenforce | grep 'Enforcing'
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
if (whiptail --title "SELinux Detected" --yesno "SELinux is being Enforced on your system. \n Pi-hole does not support SELinux at this time...\nContinue with SELinux Enforcing?" 8 78); 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
|
||||||
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."
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user