From: Yaroslav Brustinov Date: Mon, 29 Aug 2016 05:45:02 +0000 (+0300) Subject: trex-cfg typo X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=113231d80ac9455d4ae4fe60fc46efd03bd9af1f;p=trex.git trex-cfg typo --- diff --git a/scripts/trex-cfg b/scripts/trex-cfg index bec8b554..714aea6c 100755 --- a/scripts/trex-cfg +++ b/scripts/trex-cfg @@ -37,7 +37,7 @@ for file in /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepag fi done -PATH=$PATH:/sbin;/usr/sbin +PATH=$PATH:/sbin:/usr/sbin if ! lsmod | grep -q igb_uio ; then echo "Loading kernel drivers for the first time"