Commit 3879dc5c authored by Joanne Hugé's avatar Joanne Hugé

software/ors-amarisoft: remove lte_ue.db to prevent mme from failing

parent 4e30aed5
Pipeline #18910 failed with stage
in 0 seconds
......@@ -36,7 +36,7 @@ md5sum = fc59d15a7f7f942951f9e38d7a1cca2c
[template-lte-epc]
_update_hash_filename_ = instance-epc.jinja2.cfg
md5sum = 52bb576f0a486edad4210878a222adcf
md5sum = 0585b4f8fd42538595e6abb61d07fd93
[ue_db.jinja2.cfg]
filename = config/ue_db.jinja2.cfg
......
......@@ -62,7 +62,7 @@ context =
[lte-ims-service]
recipe = slapos.cookbook:wrapper
init = ${ltelogs:rendered} ${directory:log}/ims.log; sleep 1
command-line = {{ mme }}/lteims ${directory:etc}/ims.cfg
command-line = rm -f ${directory:var}/lte_ue.db; {{ mme }}/lteims ${directory:etc}/ims.cfg
wrapper-path = ${directory:service}/lte-ims
mode = 0775
pidfile = ${directory:run}/ims.pid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment