diff options
author | 2016-08-29 08:45:02 +0300 | |
---|---|---|
committer | 2016-08-29 08:45:02 +0300 | |
commit | 113231d80ac9455d4ae4fe60fc46efd03bd9af1f (patch) | |
tree | 145090fe648a369371d97e31849015d19ea1b9fe /scripts | |
parent | 2263e5dc29476453210062fd8f78ef51fda0dbfd (diff) |
trex-cfg typo
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/trex-cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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" |