Skip to content

Commit

Permalink
try fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Aug 29, 2023
1 parent b461848 commit e848329
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 12 deletions.
Empty file.
1 change: 0 additions & 1 deletion rootfs/etc/s6-overlay/s6-rc.d/02-piaware-log-prepare/type

This file was deleted.

3 changes: 0 additions & 3 deletions rootfs/etc/s6-overlay/s6-rc.d/02-piaware-log-prepare/up

This file was deleted.

1 change: 0 additions & 1 deletion rootfs/etc/s6-overlay/s6-rc.d/piaware-log/consumer-for

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion rootfs/etc/s6-overlay/s6-rc.d/piaware-log/pipeline-name

This file was deleted.

2 changes: 0 additions & 2 deletions rootfs/etc/s6-overlay/s6-rc.d/piaware-log/run

This file was deleted.

1 change: 0 additions & 1 deletion rootfs/etc/s6-overlay/s6-rc.d/piaware-log/type

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion rootfs/etc/s6-overlay/s6-rc.d/piaware/producer-for

This file was deleted.

1 change: 0 additions & 1 deletion rootfs/etc/s6-overlay/s6-rc.d/piaware/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/sh
exec 2>&1
exec /etc/s6-overlay/scripts/piaware
Empty file.
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/scripts/piaware
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ fi

# shellcheck disable=SC2016
"${PIAWARE_BIN}" "${PIAWARE_CMD[@]}" \
2>&1 | stdbuf -o0 sed '/^$/d' | stdbuf -o0 awk '{print "[piaware] " strftime("%Y/%m/%d %H:%M:%S", systime()) " " $0}'
2>&1 | stdbuf -o0 sed '/^$/d' | stdbuf -o0 awk '{print "[piaware] " strftime("%Y/%m/%d %H:%M:%S", systime()) " " $0}' | tee -a /var/log/piaware/current

sleep 5

0 comments on commit e848329

Please sign in to comment.