From faa0d99956e18a415c3bbb701d9ae7961b9d36e6 Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini Date: Mon, 30 Mar 2015 14:39:20 -0300 Subject: [PATCH] * The profile alert script wasn't sourcing chkboot configuration. This caused it to not display the warning message. --- chkboot-profilealert.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chkboot-profilealert.sh b/chkboot-profilealert.sh index 917d72b..6fb9a78 100755 --- a/chkboot-profilealert.sh +++ b/chkboot-profilealert.sh @@ -7,6 +7,8 @@ # # license: GPLv2 +source /etc/default/chkboot.conf + # only try to display chkboot changes if the 'proofile' alert style has been selected if [ ! $(echo "${CHKBOOT_STYLES}" | grep -c "profile") = 0 ]; then # run whatever issues exist then return the response