Correct typo in prog.footer

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-08-26 14:13:34 -07:00
parent bcb5d76c2f
commit 7d66b3e60f

View File

@ -323,7 +323,7 @@ case "$COMMAND" in
[ $# -eq 1 ] && exit 0
shift
[ $# -ne 1 ] && usage 2
if shorewal_is_started; then
if shorewall_is_started; then
disable_provider $1
fi
status=0