update 'SELinux not detected' message

pull/1735/head
bcambl 7 years ago
parent 8aceb8bf53
commit 7d76db00ac

@ -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…
Cancel
Save