Update start-server.sh

This commit is contained in:
2019-04-28 14:41:22 +02:00
committed by GitHub
parent 6567b2c2d0
commit ccdb6c93b1

View File

@@ -34,7 +34,7 @@ fi
echo "---Prepare Server---"
if [ ! -f ${SERVER_DIR}/server.cfg ]; then
echo "---No server.cfg found, downloading...---"
wget -q -O server.cfg https://raw.githubusercontent.com/ich777/docker-steamcmd-server/arma3-beta/config/server.cfg
wget -q -O ${SERVER_DIR}/server.cfg https://raw.githubusercontent.com/ich777/docker-steamcmd-server/arma3-beta/config/server.cfg
else
echo "---server.cfg found..."
fi