X-Git-Url: https://git.madduck.net/code/molly-guard.git/blobdiff_plain/7667c0bdc5a25496d9226ad1da08e4cfda980464..72faa1072d88a70da9f4993ef6446afbd26e18ef:/shutdown?ds=inline diff --git a/shutdown b/shutdown index c8005ad..1668399 100755 --- a/shutdown +++ b/shutdown @@ -5,11 +5,10 @@ # Copyright © martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# $Id: shutdown 299 2006-10-16 14:40:47Z madduck $ -# set -eu ME=molly-guard +CHECKSDIR=/etc/molly-guard/checks.d CMD="${0##*/}" EXEC="/sbin/$CMD" @@ -107,7 +106,7 @@ case "$CMD $ARGS" in ;; esac -run-parts --exit-on-error $CHECK_ARGS /usr/share/molly-guard/checks.d +run-parts --exit-on-error --arg $CMD $CHECK_ARGS /etc/molly-guard/checks.d # run-parts won't return to us if there are failures, but I'm paranoid. if [ $? == 0 ]; then