diff --git a/Shorewall6/lib.cli b/Shorewall6/lib.cli index 1117958b5..76e6bf542 100644 --- a/Shorewall6/lib.cli +++ b/Shorewall6/lib.cli @@ -478,7 +478,7 @@ show_command() { case "$1" in connections) [ $# -gt 1 ] && usage 1 - if [ -n "$(mywhich conntrack)" ] ; then + if qt mywhich conntrack ; then echo "$g_product $SHOREWALL_VERSION Connections at $g_hostname - $(date)" echo conntrack -f ipv6 -L | show_connections_filter