Skip to content
Snippets Groups Projects
Commit 52d19d86 authored by Paulus Kruger's avatar Paulus Kruger
Browse files

remove space bug

parent e1929325
No related branches found
No related tags found
No related merge requests found
Pipeline #70207 failed
......@@ -6,12 +6,12 @@ conffile="RECVTR_HB,PPS"
if [ $lmp_id -lt 2 ]
then
conffile ="RECVTR_LB"
conffile="RECVTR_LB"
fi
if [ $lmp_id -eq 10 ] || [ $lmp_id -eq 21 ]
then
conffile ="CCDTR"
conffile="CCDTR"
fi
echo $lmp_id,$conffile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment