Commit 7a3a92f2 authored by Jialin Li's avatar Jialin Li
Browse files

experiments: fix shell script arg bug

parent 670de9df
......@@ -263,7 +263,7 @@ run_ns3_sequencer() {
done
$NS3_BASE/cosim-run.sh sequencer sequencer-single-switch-example \
$ports $4 &>$OUTDIR/ns3_sequencer.$1.log &
$ports $5 &>$OUTDIR/ns3_sequencer.$1.log &
pid=$!
ALL_PIDS="$ALL_PIDS $pid"
return $pid
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment