Skip to content

Commit

Permalink
fix: entrypoint executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Dec 4, 2022
1 parent a1239f6 commit 3989684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
chmod 777 /root/blobby-volley-world-server/blobby-volley-world-server-linux
chmod 777 /root/blobby-volley-world-server/blobby-volley-world-server
rm /root/blobby-volley-world-server/serverData.json
echo "{\"Name\":\"$SERVER_NAME\",\"Host\":$LISTEN_HOST,\"Port\":$LISTEN_PORT,\"Token\":\"$MASTER_SERVER_TOKEN\",\"MasterServerHost\":\"$MASTER_SERVER_HOST\",\"MasterServerPort\":$MASTER_SERVER_PORT}" >> /root/blobby-volley-world-server/serverData.json
xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' /root/blobby-volley-world-server/blobby-volley-world-server-linux -batchmode -nographics
xvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32' /root/blobby-volley-world-server/blobby-volley-world-server -batchmode -nographics

0 comments on commit 3989684

Please sign in to comment.