Remove SMS DB upon MSC bring up

This commit is contained in:
herlesupreeth
2023-02-09 11:25:55 +01:00
parent 9e0d30744c
commit 7850cb41f1

View File

@@ -38,4 +38,5 @@ RUN wget https://downloads.osmocom.org/packages/osmocom:/latest/xUbuntu_20.04/Re
apt-get update && apt-get -y install osmo-msc
CMD /mnt/osmomsc/osmomsc_init.sh && \
rm -f /mnt/osmomsc/sms.db* && \
cd /mnt/osmomsc && /bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg