diff options
Diffstat (limited to 'scripts/run_client.sh')
-rwxr-xr-x | scripts/run_client.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run_client.sh b/scripts/run_client.sh index 2ecdf31..7825c02 100755 --- a/scripts/run_client.sh +++ b/scripts/run_client.sh @@ -144,6 +144,7 @@ function _remote_start { local client_port="$5" local client_ip="$6" local cmd="${run_remote_pat//<rworkdir>/$rworkdir}" + cmd="${cmd//<node_id_step>/$node_id_step}" cmd="${cmd//<node_id>/$((node_id * node_id_step))}" cmd="${cmd//<server>/$node_ip:$client_port}" execute_remote_cmd_pid "$client_ip" "$cmd" \ |