From 2076048d1c0a51bf7414413a133a2dc903e3f688 Mon Sep 17 00:00:00 2001 From: jdubois Date: Thu, 24 Jun 2021 11:09:37 +0200 Subject: [PATCH] chmod 644 influxdb key --- HowtoInfluxDB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoInfluxDB.md b/HowtoInfluxDB.md index d3edb42a..d9932954 100644 --- a/HowtoInfluxDB.md +++ b/HowtoInfluxDB.md @@ -14,7 +14,7 @@ Nous utilisons les dépôts fournis par InfluxData pour avoir une version stable ~~~ # wget https://repos.influxdata.com/influxdb.key -O /etc/apt/trusted.gpg.d/influxdb.asc -# chown _apt /etc/apt/trusted.gpg.d/influxdb.asc +# chmod 644 /etc/apt/trusted.gpg.d/influxdb.asc # echo "deb https://repos.influxdata.com/debian buster stable" > /etc/apt/sources.list.d/influxdb.list # apt update # apt install influxdb