osmo-gsm-tester: Update path to sysmocom's specific setup

Since osmo-gsm-tester.git I364e0859c0851b9167907a4d948b659a0f6a19fb the
example/ directory has been renamed to sysmocom/

Change-Id: I8ca085e02330be51de12066da0555c1bc0c8b767
This commit is contained in:
Pau Espin 2020-04-10 21:02:41 +02:00
parent b648126d15
commit 42bb1385ee
1 changed files with 2 additions and 2 deletions

View File

@ -130,9 +130,9 @@ RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/su
RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
VOLUME /data
COPY resources.conf /tmp/osmo-gsm-tester/example/resources.conf
COPY resources.conf /tmp/osmo-gsm-tester/sysmocom/resources.conf
ENV OSMO_GSM_TESTER_CONF /tmp/osmo-gsm-tester/example
ENV OSMO_GSM_TESTER_CONF /tmp/osmo-gsm-tester/sysmocom
WORKDIR /data
CMD ["/bin/sh", "-c", "/data/osmo-gsm-tester-master.sh >/data/osmo-gsm-tester.log 2>&1"]