Skip to content

Commit f4b8e7e

Browse files
committed
test
1 parent 7781c5e commit f4b8e7e

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
@@ -34,4 +34,4 @@ PICOCOM_BAUD="${PICOCOM_BAUD:-921600}"
3434
picocom --baud "${PICOCOM_BAUD}" --imap lfcrlf --omap lfcrlf $@ \
3535
> "${PICOCOM_STDOUT_LOG}" &
3636

37-
sleep 1 ; tail -n +1 -F "${PICOCOM_STDOUT_LOG}" | tee "${stdout_dir}/myTest.log"
37+
sleep 1 ; tail -n +1 -F "${PICOCOM_STDOUT_LOG}" | tee "${stdout_dir}/myTest.log" ; sleep 1000

0 commit comments

Comments
 (0)