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 13, 2024
1 parent 0b7c714 commit cea035d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions eag-relay/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo ""
echo ""

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

echo ""
echo ""
Expand All @@ -30,8 +30,10 @@ echo ""
./run.sh &

echo ""
echo "attaching to syslog..."
#echo "attaching to syslog..."
echo ""

sudo tail -f /var/log/syslog
turnserver --no-auth -n -V --syslog &

#sudo tail -f /var/log/syslog

0 comments on commit cea035d

Please sign in to comment.