From c17f016d68c0827837bbb67939715c0a397fe471 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 8 May 2020 17:50:33 +0000 Subject: [PATCH] Update 'custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh' remove gcloud spyware optout on each and every shell invocation (moved it to install-time) --- .../root/etc/skel/Library/bashrc.d/100.disable-spyware.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh b/custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh index 8b24e93..b1c3a4f 100644 --- a/custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh +++ b/custompkg/root/etc/skel/Library/bashrc.d/100.disable-spyware.sh @@ -8,7 +8,3 @@ export STNOUPGRADE=1 export DOTNET_CLI_TELEMETRY_OPTOUT=1 export SAM_CLI_TELEMETRY=0 export AZURE_CORE_COLLECT_TELEMETRY=0 - -if command -v gcloud >/dev/null 2>&1 >/dev/null ; then - gcloud config set disable_usage_reporting true >/dev/null 2>&1 -fi