Rename osmo_sgsn.cfg to osmo-sgsn.cfg

Since October 2017 the default config name no longer has an underscore
but a dash in the filename.  See osmo-sgsn.git Change-Id
If804da17a7481e79e000fe40ae0d9c4be9722e61
This commit is contained in:
Harald Welte 2018-02-18 12:09:35 +01:00
parent 226090762a
commit 797fca544c
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN cd openbsc/openbsc && \
VOLUME /data
COPY osmo_sgsn.cfg /data/osmo_sgsn.cfg
COPY osmo-sgsn.cfg /data/osmo-sgsn.cfg
WORKDIR /data
CMD ["/usr/local/bin/osmo-sgsn"]