From 3d141cbdf35950ae9ededb8e4cf84b3c5c8d0a06 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Tue, 25 Jan 2022 22:12:27 -0800 Subject: [PATCH] touch file --- .ci/functional_test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/functional_test.sh b/.ci/functional_test.sh index a2f0551cd..49cd555d1 100755 --- a/.ci/functional_test.sh +++ b/.ci/functional_test.sh @@ -2,6 +2,9 @@ set -ex # This script should be run from the app root +# Disable telemetry +sudo mkdir /opt/firezone/ +sudo touch /opt/firezone/.disable-telemetry if type rpm > /dev/null; then sudo -E rpm -i omnibus/pkg/firezone*.rpm