mirror of
https://github.com/mr-vercetti/docker-svencoop-server.git
synced 2025-07-01 20:15:32 +02:00
Add entrypoint script and change user account type to system
This commit is contained in:
5
scripts/start.sh
Normal file
5
scripts/start.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Starting Sven Co-Op server..."
|
||||
cd ${SERVER_DIR}
|
||||
${SERVER_DIR}/svends_run ${GAME_PARAMS}
|
Reference in New Issue
Block a user