From d7c6f5d10cd5641e6e5f6beb502af9ddc650b080 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 11 Oct 2021 13:15:38 +0000
Subject: [PATCH] L2SS-409: single arguments can be escaped in one go

---
 bin/start-DS.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/start-DS.sh b/bin/start-DS.sh
index a88af6694..83a6eec6d 100755
--- a/bin/start-DS.sh
+++ b/bin/start-DS.sh
@@ -40,4 +40,4 @@ fi
 deviceServerPath=${myDir/${HOME}/\/hosthome}
 
 # Tango log lines start with a UNIX timestamp. Replace them with the UTC time.
-docker exec -it itango python3 "${deviceServerPath}"/"${runThis}" "${instance}" "${@}" | perl -ne 'use Time::Piece; s/^([0-9]+)/gmtime($1)->strftime("%F %T")/e; print;'
+docker exec -it itango python3 "${deviceServerPath}/${runThis}" "${instance}" "${@}" | perl -ne 'use Time::Piece; s/^([0-9]+)/gmtime($1)->strftime("%F %T")/e; print;'
-- 
GitLab