diff options
author | 2015-12-06 17:18:00 +0200 | |
---|---|---|
committer | 2015-12-06 17:18:00 +0200 | |
commit | 4d2d0826365ffe07e42c2cd0f743c97d4b89fb36 (patch) | |
tree | e8b43f8380bcf909e47f80bfc054b17af0617e10 /trex_book.asciidoc | |
parent | f13e544ee9041d446c0febc263fba76b8b484043 (diff) |
fix the configuration file
Diffstat (limited to 'trex_book.asciidoc')
-rwxr-xr-x | trex_book.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trex_book.asciidoc b/trex_book.asciidoc index d151e550..1ba42fd5 100755 --- a/trex_book.asciidoc +++ b/trex_book.asciidoc @@ -306,7 +306,7 @@ You could copy a basic configuration file from cfg folder by running this comman [source,bash] ---- -$cp cfg/vm1.yaml /etc/trex_cfg.yaml +$cp cfg/simple_cfg.yaml /etc/trex_cfg.yaml ---- Now edit the configuration file with the right values from the previous section |