Skip to content
Snippets Groups Projects
Commit d7c6f5d1 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-409: single arguments can be escaped in one go

parent e8a9fc01
No related branches found
No related tags found
1 merge request!151Resolve L2SS-409 "Fix shellcheck ci"
......@@ -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;'
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