Correct 'show ipa'

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-12-21 07:25:20 -08:00
parent c03fe0a076
commit ea8efd1c44

View File

@ -836,7 +836,7 @@ show_command() {
[ -f ${VARDIR}/policies ] && cat ${VARDIR}/policies; [ -f ${VARDIR}/policies ] && cat ${VARDIR}/policies;
;; ;;
ipa) ipa)
[ $g_family -eq 4 ] && usage 1 [ $g_family -eq 4 ] || usage 1
echo "$g_product $SHOREWALL_VERSION per-IP Accounting at $g_hostname - $(date)" echo "$g_product $SHOREWALL_VERSION per-IP Accounting at $g_hostname - $(date)"
echo echo
[ $# -gt 1 ] && usage 1 [ $# -gt 1 ] && usage 1