forked from extern/shorewall_code
Correct 'not running' error message in enable/disable commands.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
82f9ba8bb7
commit
40865dce4d
@ -3534,7 +3534,7 @@ shorewall_cli() {
|
||||
if product_is_started; then
|
||||
run_it ${VARDIR}/firewall $g_debugging $@
|
||||
else
|
||||
fatal_error "Shorewall is not running"
|
||||
fatal_error "$g_product is not running"
|
||||
fi
|
||||
;;
|
||||
show|list)
|
||||
|
Loading…
Reference in New Issue
Block a user