diff --git a/video-rec/bin/stop-video b/video-rec/bin/stop-video index 7125b547..0a6c8142 100755 --- a/video-rec/bin/stop-video +++ b/video-rec/bin/stop-video @@ -39,6 +39,9 @@ else die "Were unable to stop video recording within '${WAIT_TIME_OUT_VIDEO_STOP}'" fi +sed -i -e "s/\r/\n/g" ${LOGS_DIR}/video-rec-stderr.log || true +sed -i -e "s/\r/\n/g" ${LOGS_DIR}/video-rec-stdout.log || true + # Include videos log in the output log "-- DEBUG: video-rec-stdout.log ----" tail -n 40 ${LOGS_DIR}/video-rec-stdout.log || true