teeworlds/start.sh

8 lines
147 B
Bash
Executable File

#!/bin/sh
if ! [ -e /data/config.cfg ]; then
cp /opt/config.dist.cfg /data/config.cfg
fi
exec /opt/teeworlds/teeworlds_srv -f /data/config.cfg