Skip to content
Snippets Groups Projects
Commit 649b4bdf authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Merge branch 'L2SS-325-Remove_verbose_option_from_start-DS.sh' into 'master'

L2SS-325: remove -v option from start-DS

Closes L2SS-325

See merge request !88
parents 577ff618 91f17307
No related branches found
No related tags found
1 merge request!88L2SS-325: remove -v option from start-DS
......@@ -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;'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment