„scripts/start-server.sh“ ändern
This commit is contained in:
@@ -112,14 +112,6 @@ if grep -rq 'Username = steam' ${SERVER_DIR}/@ExileServer/extdb-conf.ini; then
|
||||
echo "---ExileMod database connection correct---"
|
||||
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---"
|
||||
cp ${DATA_DIR}/steamcmd/linux32/* ${SERVER_DIR}
|
||||
chmod -R 770 ${DATA_DIR}
|
||||
|
Reference in New Issue
Block a user