Allow address variables to work correctly with the 'clear' command

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2018-01-03 08:58:28 -08:00
parent 196a56ea3c
commit c518cfaa4a
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -355,6 +355,7 @@ case "$COMMAND" in
clear)
[ $# -ne 1 ] && usage 2
progress_message3 "Clearing $g_product...."
detect_configuration
clear_firewall
status=0
if [ -n "$SUBSYSLOCK" ]; then