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)
This commit is contained in:
Jeffrey Paul 2020-05-08 17:50:33 +00:00
parent 3eee519599
commit c17f016d68
1 changed files with 0 additions and 4 deletions

View File

@ -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