Skip to content

Commit

Permalink
Add another teeworlds server location
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Feb 20, 2024
1 parent 1ec8f41 commit ede5025
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration_test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ start_tw_server() {
then
teeworlds-srv "$srvcfg" &> "$logdir/server.txt"
tw_srv_bin='teeworlds-srv'
elif [ -f /usr/games/teeworlds-server ] # needed for docker ubuntu:24.04
then
/usr/games/teeworlds-server "$srvcfg" &> "$logdir/server.txt"
tw_srv_bin='/usr/games/teeworlds-server'
else
echo "Error: please install a teeworlds_srv"
exit 1
Expand Down

0 comments on commit ede5025

Please sign in to comment.