add 999.disable-gcloud-spyware.sh
This commit is contained in:
parent
6184ab9ed9
commit
3eee519599
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if command -v gcloud >/dev/null 2>&1 >/dev/null ; then
|
||||
gcloud config set disable_usage_reporting true >/dev/null 2>&1
|
||||
fi
|
Loading…
Reference in New Issue
Block a user