Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Oct 12, 2024
1 parent 3f8665f commit 88702ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eaglercraft-relay/start.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/with-contenv bashio

#get config
RELAY_CONFIG=$(bashio::config 'relayConfig')

#set config file
echo -e "[EaglerSPRelay]\n$RELAY_CONFIG" > relayConfig.ini

#start turn/stun server
turnserver --daemon --no-auth -n

#start relay
./run.sh

0 comments on commit 88702ee

Please sign in to comment.