Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
pull/719/head
Flavius Lacatusu 2021-03-16 15:27:40 +01:00
parent 96d78713c2
commit f20ce74e8c
No known key found for this signature in database
GPG Key ID: 3C0A7685C14681A8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ initDefaults() {
# turn off telemetry
mkdir -p ${XDG_CONFIG_HOME}/chectl
echo "{\"segment.telemetry\":\"off\"}" > ${XDG_CONFIG_HOME}/chectl/config.json
echo "{\"segment.telemetry\":\"off\"}" > ${HOME}/.config/chectl/config.json
# prepare templates directory
rm -rf ${TEMPLATES}