Skip to content

Commit 2d586ee

Browse files
authored
Cleanup (#18705)
1 parent 25cc2f3 commit 2d586ee

File tree

1 file changed

+1
-1
lines changed
  • docker/main/rootfs/etc/s6-overlay/s6-rc.d/frigate

1 file changed

+1
-1
lines changed

docker/main/rootfs/etc/s6-overlay/s6-rc.d/frigate/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -o errexit -o nounset -o pipefail
66

77
# opt out of openvino telemetry
88
if [ -e /usr/local/bin/opt_in_out ]; then
9-
/usr/local/bin/opt_in_out --opt_out
9+
/usr/local/bin/opt_in_out --opt_out > /dev/null 2>&1
1010
fi
1111

1212
# Logs should be sent to stdout so that s6 can collect them

0 commit comments

Comments
 (0)