mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-26 23:49:08 +01:00
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:
parent
63bc520aa9
commit
51c7e767ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user