mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
Correct locking on 'reload' -- Take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3300 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
27e36c171f
commit
005a53046f
@ -969,7 +969,7 @@ case "$1" in
|
||||
[ -n "$nolock" ] || mutex_on
|
||||
|
||||
if $SHOREWALL_SHELL $FIREWALL $debugging $nolock compile /var/lib/shorewall/.reload; then
|
||||
$0 $(make_quiet) restore nolock .reload
|
||||
$0 nolock $(make_quiet) restore .reload
|
||||
fi
|
||||
|
||||
[ -n "$nolock" ] || mutex_off
|
||||
|
Loading…
Reference in New Issue
Block a user