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

View File

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