We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cc2f3 commit 2d586eeCopy full SHA for 2d586ee
docker/main/rootfs/etc/s6-overlay/s6-rc.d/frigate/run
@@ -6,7 +6,7 @@ set -o errexit -o nounset -o pipefail
6
7
# opt out of openvino telemetry
8
if [ -e /usr/local/bin/opt_in_out ]; then
9
- /usr/local/bin/opt_in_out --opt_out
+ /usr/local/bin/opt_in_out --opt_out > /dev/null 2>&1
10
fi
11
12
# Logs should be sent to stdout so that s6 can collect them
0 commit comments