mirror of
https://github.com/mr-vercetti/docker-svencoop-server.git
synced 2025-01-19 02:45:33 +01:00
6 lines
107 B
Bash
6 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Starting Sven Co-Op server..."
|
||
|
cd ${SERVER_DIR}
|
||
|
${SERVER_DIR}/svends_run ${GAME_PARAMS}
|