Skip to content

Commit 0853ae1

Browse files
committed
test
1 parent 6c9d992 commit 0853ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittide-instances/data/picocom/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PICOCOM_BAUD="${PICOCOM_BAUD:-921600}"
2929
# Flags: --pid: causes tail to close when picocom closes
3030
# -n 0: Only read out the latest lines, not the last 10 lines
3131
# -F: Could also be -f, but -F is apparently slightly safer due to inodes
32-
tail --pid=$$ -n 0 -F "${PICOCOM_STDOUT_LOG}" | tee "${stdout_dir}/myTest.log" &
32+
tail --pid=$$ -n 0 -F "${PICOCOM_STDOUT_LOG}" > "${stdout_dir}/myTest.log" &
3333
tail --pid=$$ -n 0 -F "${PICOCOM_STDERR_LOG}" >&2 &
3434

3535
exec picocom --baud "${PICOCOM_BAUD}" --imap lfcrlf --omap lfcrlf $@ \

0 commit comments

Comments
 (0)