Read the params file when processing an 'allow' command

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2020-06-03 11:39:42 -07:00
parent 023437a0e0
commit 2646ec79a5
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -4779,7 +4779,7 @@ shorewall_cli() {
;;
allow)
only_root
get_config
get_config Yes
allow_command $@
;;
add)