Skip to content
Snippets Groups Projects
Commit 57f5eb14 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'L2SS-366-fix-sdptr-sim' into 'master'

L2SS-366: Fix missing required parameter for sdptr

Closes L2SS-366

See merge request !111
parents d987d6b0 8e083433
No related branches found
No related tags found
1 merge request!111L2SS-366: Fix missing required parameter for sdptr
...@@ -17,4 +17,4 @@ RUN cd /sdptr && \ ...@@ -17,4 +17,4 @@ RUN cd /sdptr && \
bash -c "make -j `nproc` install" bash -c "make -j `nproc` install"
WORKDIR /sdptr/src WORKDIR /sdptr/src
CMD ["sdptr", "--configfile=uniboard.conf", "--nodaemon"] CMD ["sdptr", "--type=LTS", "--configfile=uniboard.conf", "--nodaemon"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment