remove reduntant message

This commit is contained in:
serinko
2023-12-21 15:34:22 +01:00
parent d7d82037a3
commit 1d25cfbe33
@@ -188,8 +188,8 @@ One of the main aim for the aplha demo is testing. Your share results will help
4. Turn off any existing VPN's and run `sudo sh ./tests.sh`
5. In case of errors, see [troubleshooting section](./nym-vpn.md#missing-jq-error) below
6. The script will print a JSON view of existing Gateways and prompt you to chose
- `enter a gateway ID`: paste one of the values labeled with a key `"identityKey"` [here](https://nymvpn.com/en/ccc/api/gateways) (without `" "`)
- `enter an exit address`: paste one of the values labeled with a key `"address"` [here](https://nymvpn.com/en/ccc/api/gateways) (without `" "`)
- `enter a gateway ID`: paste one of the values labeled with a key `"identityKey"` printed above (without `" "`)
- `enter an exit address`: paste one of the values labeled with a key `"address"` printed above (without `" "`)
- Make sure to use two different Gateways for entry and exit
7. The script shall run the tests and generate a folder called `tests_<LONG_STRING>` and files `perf_test_results.log` or `two_hop_perf_test_results.log` as well as some temp files. This is how the directory structure will look like:
```sh