Browse Source

Update stock ini to match seasons

pull/1/head
Matthew Faltys 5 years ago
parent
commit
4fb58d628a
  1. 3
      deps/Dockerfile

3
deps/Dockerfile vendored

@ -113,5 +113,8 @@ COPY link_sotw.sh /bin/
ADD sotw.tar.gz / ADD sotw.tar.gz /
RUN mv /shadow-of-the-wyrm* /sotw/ RUN mv /shadow-of-the-wyrm* /sotw/
COPY scores.dat /sotw/ COPY scores.dat /sotw/
# update ini to match current season by default
RUN cd /sotw && \
sed -i 's/current_month_is_start_month=0/current_month_is_start_month=1/g' swyrm.ini
CMD ["/run.sh"] CMD ["/run.sh"]

Loading…
Cancel
Save