mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-26 08:08:59 +01:00
Merge branch '4.5.13'
This commit is contained in:
commit
01fdfc4375
@ -1432,10 +1432,7 @@ reload_command() # $* = original arguments less the command.
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$getcaps" ]; then
|
if [ -z "$getcaps" ]; then
|
||||||
g_shorewalldir=$(resolve_file $g_directory)
|
[ -f $directory/capabilities ] || getcaps=Yes
|
||||||
ensure_config_path
|
|
||||||
capabilities=$(find_file capabilities)
|
|
||||||
[ -f $capabilities ] || getcaps=Yes
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f $g_directory/${g_program}.conf ]; then
|
if [ -f $g_directory/${g_program}.conf ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user