mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
newlines
This commit is contained in:
parent
15c674ba29
commit
4c131b8c28
@ -938,7 +938,8 @@ updatePihole() {
|
||||
|
||||
checkSelinux() {
|
||||
if [ -x "$(command -v getenforce)" ]; then
|
||||
echo -n "\n::: SELinux Support Detected... Mode: "
|
||||
echo ":::"
|
||||
echo -n "::: SELinux Support Detected... Mode: "
|
||||
enforceMode=$(getenforce)
|
||||
echo "${enforceMode}"
|
||||
if [[ "${enforceMode}" == "Enforcing" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user