From 91f173075295b2dc819687e89d91f7497ee978ae Mon Sep 17 00:00:00 2001 From: Thomas Juerges <203795-tjuerges@users.noreply.gitlab.com> Date: Wed, 21 Jul 2021 13:29:49 +0200 Subject: [PATCH] L2SS-325: remove -v option from start-DS --- 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 9b5890950..a9c9765d5 100755 --- a/bin/start-DS.sh +++ b/bin/start-DS.sh @@ -39,4 +39,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} -v ${@} | 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