Skip to content

Commit

Permalink
[scripts] twonder args no more in use
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Mar 20, 2024
1 parent 93014cc commit fb66ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_twonder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ i=1;
for file in /usr/local/etc/wonder/twonder/speaker-positions/twonder_*;
do
# for debugging the --verbose flag can be added to the command line
twonder ${TWONDER_ARGS} -c /usr/local/etc/wonder/twonder/twonder_config.xml -s $file -i $CWONDER_IP -j twonder$i -o $((58200 + $i)) --negdelay $NEG_DELAY &
twonder -c /usr/local/etc/wonder/twonder/twonder_config.xml -s $file -i $CWONDER_IP -j twonder$i -o $((58200 + $i)) --negdelay $NEG_DELAY &
i=$(($i+1));
done

0 comments on commit fb66ae0

Please sign in to comment.