„scripts/start-server.sh“ ändern

This commit is contained in:
2019-05-30 15:01:18 +02:00
parent ee813386df
commit e73c794199

View File

@@ -115,7 +115,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/config/server.cfg wget -q -O ${SERVER_DIR}/server.cfg https://raw.githubusercontent.com/ich777/docker-steamcmd-server/arma3exilemod/config/server.cfg
else else
echo "---server.cfg found..." echo "---server.cfg found..."
fi fi