Skip to content

Commit

Permalink
Fixing small issue with start turn script. Incorrect parameter string…
Browse files Browse the repository at this point in the history
… used.
  • Loading branch information
mcottontensor committed Jun 26, 2024
1 parent 2489085 commit b7f58ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

. $(dirname "$0")/start.sh --default-stun --default-turn --start-turn %*
. $(dirname "$0")/start.sh --default-stun --default-turn --start-turn $*

0 comments on commit b7f58ef

Please sign in to comment.