diff --git a/el/ngcp-rtpengine-iptables-setup b/el/ngcp-rtpengine-iptables-setup index c1016498c..9fde5ff6f 100755 --- a/el/ngcp-rtpengine-iptables-setup +++ b/el/ngcp-rtpengine-iptables-setup @@ -31,7 +31,7 @@ fi ### -if [ -x "$(which ngcp-virt-identify)" ]; then +if [ -x "$(which ngcp-virt-identify 2>/dev/null)" ]; then if ngcp-virt-identify --type container; then VIRT="yes" fi