aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run-native-example.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-01-01 16:18:33 +0100
committerSven Gothel <[email protected]>2022-01-01 16:18:33 +0100
commit30f8cc89792dfcb121529baa5f07853b5fe4402a (patch)
treed8a49b9c00972e024794203c0afb954b739187de /scripts/run-native-example.sh
parent2553698773fa480ee3b2eef260d92c13f5380cbe (diff)
Examples: Use clear 'client_keys' and 'server_keys' for key client- and server-path.
Diffstat (limited to 'scripts/run-native-example.sh')
-rwxr-xr-xscripts/run-native-example.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run-native-example.sh b/scripts/run-native-example.sh
index 174ca595..6e9b9ba0 100755
--- a/scripts/run-native-example.sh
+++ b/scripts/run-native-example.sh
@@ -172,8 +172,8 @@ runit() {
echo direct_bt_verbose $direct_bt_verbose
echo LD_LIBRARY_PATH=`pwd`/lib $EXE_WRAPPER bin/${exename} "$@"
- mkdir -p keys
- mkdir -p dbt_keys
+ mkdir -p client_keys
+ mkdir -p server_keys
if [ "${run_setcap}" -eq "1" ]; then
runit_setcap "$@"