1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-10 16:10:56 +00:00

update 'SELinux not detected' message

This commit is contained in:
bcambl 2017-10-13 08:58:35 -06:00
parent 8aceb8bf53
commit 7d76db00ac

View File

@ -448,7 +448,7 @@ check_selinux() {
;; ;;
esac esac
else else
log_write "${TICK} ${COL_GREEN}SELinux not Supported${COL_NC}"; log_write "${INFO} ${COL_GREEN}SELinux not detected${COL_NC}";
fi fi
} }