Remove lock file when firewall script dies

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@165 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-07-29 23:53:26 +00:00
parent 63bc520aa9
commit 51c7e767ff

View File

@ -3488,6 +3488,8 @@ nolock=
[ $# -ne 1 ] && usage
trap "my_mutex_off; exit 2" 1 2 3 4 5 6 9
command="$1"
case "$command" in