Update start-server.sh

This commit is contained in:
2019-04-28 14:56:17 +02:00
committed by GitHub
parent cec49c26be
commit 868c5eb032

View File

@@ -34,7 +34,7 @@ fi
echo "---Prepare Server---" echo "---Prepare Server---"
if [ ! -f ${SERVER_DIR}/server.cfg ]; then if [ ! -f ${SERVER_DIR}/server.cfg ]; then
echo "---No server.cfg found, downloading...---" echo "---No server.cfg found, downloading...---"
wget -q -O ${SERVER_DIR}/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/config/server.cfg
else else
echo "---server.cfg found..." echo "---server.cfg found..."
fi fi