Browse Source

if ngcp-virt-identify not there should not break the script

pull/1292/head
Karsten Horsmann 5 years ago
parent
commit
11290d48b6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      el/ngcp-rtpengine-iptables-setup

+ 1
- 1
el/ngcp-rtpengine-iptables-setup View File

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


Loading…
Cancel
Save