Correct 'not running' error message in enable/disable commands.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-02-23 16:32:17 -08:00
parent 82f9ba8bb7
commit 40865dce4d

View File

@ -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)