X-Git-Url: https://git.madduck.net/code/molly-guard.git/blobdiff_plain/7667c0bdc5a25496d9226ad1da08e4cfda980464..a8dd12f37eb9e227e3ed3d9025dda79ff332fe7f:/shutdown diff --git a/shutdown b/shutdown index c8005ad..10eac55 100755 --- a/shutdown +++ b/shutdown @@ -5,8 +5,6 @@ # 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 @@ -107,7 +105,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 /usr/share/molly-guard/checks.d # run-parts won't return to us if there are failures, but I'm paranoid. if [ $? == 0 ]; then