From 52d19d86d94c0b8eb79fb44d2b6383dce0c66d9d Mon Sep 17 00:00:00 2001 From: kruger <kruger@astron.nl> Date: Tue, 30 Jan 2024 09:58:19 +0000 Subject: [PATCH] remove space bug --- bin/recvtr2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/recvtr2 b/bin/recvtr2 index 896ce8e..0469cec 100755 --- a/bin/recvtr2 +++ b/bin/recvtr2 @@ -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 -- GitLab