mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
update 'SELinux not detected' message
This commit is contained in:
parent
8aceb8bf53
commit
7d76db00ac
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ check_selinux() {
|
|||
;;
|
||||
esac
|
||||
else
|
||||
log_write "${TICK} ${COL_GREEN}SELinux not Supported${COL_NC}";
|
||||
log_write "${INFO} ${COL_GREEN}SELinux not detected${COL_NC}";
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue