From 33a73d38b823a2f663c53988786ae113d87bc9b1 Mon Sep 17 00:00:00 2001 From: Thorben T Date: Wed, 31 Jul 2019 01:48:04 +0200 Subject: [PATCH] profilealert.sh: returning a value is pointless, as the return value of the profile.d entries is ignored --- notification/chkboot-profilealert.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/notification/chkboot-profilealert.sh b/notification/chkboot-profilealert.sh index 397ba7a..30dcda4 100755 --- a/notification/chkboot-profilealert.sh +++ b/notification/chkboot-profilealert.sh @@ -7,7 +7,5 @@ # only try to display chkboot changes if the 'profile' alert style has been selected if grep "CHKBOOT_STYLES=.*profile" /etc/default/chkboot.conf >/dev/null ; then - # run whatever issues exist then return the response chkboot-check - return "$?" fi