mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
newlines
This commit is contained in:
parent
15c674ba29
commit
4c131b8c28
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue