„scripts/start-server.sh“ ändern

This commit is contained in:
2019-05-30 16:15:17 +02:00
parent f9867d9460
commit d3e3a5f7ab

View File

@@ -112,14 +112,6 @@ if grep -rq 'Username = steam' ${SERVER_DIR}/@ExileServer/extdb-conf.ini; then
echo "---ExileMod database connection correct---" echo "---ExileMod database connection correct---"
fi fi
echo "---Prepare Server---"
if [ ! -f ${SERVER_DIR}/server.cfg ]; then
echo "---No server.cfg found, downloading...---"
wget -q -O ${SERVER_DIR}/server.cfg https://raw.githubusercontent.com/ich777/docker-steamcmd-server/arma3exilemod/config/server.cfg
else
echo "---server.cfg found..."
fi
echo "---Prepare Server---" echo "---Prepare Server---"
cp ${DATA_DIR}/steamcmd/linux32/* ${SERVER_DIR} cp ${DATA_DIR}/steamcmd/linux32/* ${SERVER_DIR}
chmod -R 770 ${DATA_DIR} chmod -R 770 ${DATA_DIR}