X-Git-Url: https://git.madduck.net/code/molly-guard.git/blobdiff_plain/799bd85d7475f6c888b90d9cad0b7e3eed8d1164..72faa1072d88a70da9f4993ef6446afbd26e18ef:/shutdown diff --git a/shutdown b/shutdown index 387aacb..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 --arg $CMD $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