This commit is contained in:
Nicolas Mowen 2025-06-13 07:43:32 -06:00
parent 25cc2f31d4
commit 658d86229c

View File

@ -6,7 +6,7 @@ set -o errexit -o nounset -o pipefail
# opt out of openvino telemetry # opt out of openvino telemetry
if [ -e /usr/local/bin/opt_in_out ]; then if [ -e /usr/local/bin/opt_in_out ]; then
/usr/local/bin/opt_in_out --opt_out /usr/local/bin/opt_in_out --opt_out > /dev/null 2>&1
fi fi
# Logs should be sent to stdout so that s6 can collect them # Logs should be sent to stdout so that s6 can collect them