diff options
author | Determinant <[email protected]> | 2018-09-07 21:50:19 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-09-07 21:50:19 -0400 |
commit | 82d041d9f7881fa23e2999dad636eedaa20217a5 (patch) | |
tree | 333d9ec9a6a8c5ba4be6ad3908d192983115f697 /scripts/run_client.sh | |
parent | 05f2c56b909a2cd05a200ad663001696e4a23261 (diff) |
create new branch alt-cli
Diffstat (limited to 'scripts/run_client.sh')
-rwxr-xr-x | scripts/run_client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_client.sh b/scripts/run_client.sh index 92d3add..9e7d1db 100755 --- a/scripts/run_client.sh +++ b/scripts/run_client.sh @@ -194,7 +194,7 @@ function start_all { local ip="$(get_ip_by_id $rid)" local pport="$(get_peer_port_by_id $rid)" local cport="$(get_client_port_by_id $rid)" - local rworkdir="$remote_base/$workdir/${i}" + local rworkdir="$remote_base/$workdir/${j}" ( echo "Starting a client @ $cip, connecting to server #$rid @ $ip:$cport" _remote_load "$workdir" "$rworkdir" "$cip" |