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