mirror of
https://github.com/hassio-addons/addon-prometheus.git
synced 2025-05-04 11:11:24 +00:00
Update prometheus.sh
This commit is contained in:
parent
fed840dac1
commit
703506d30f
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
echo "${SUPERVISOR_TOKEN}" > '/run/home-assistant.token'
|
||||
|
||||
mkdir -p /data/prometheus
|
||||
chown prometheus:prometheus /data/prometheus
|
||||
chown -R prometheus:prometheus /data/prometheus
|
||||
find /data/prometheus -not -perm 0644 -type f -exec chmod 0660 {} \;
|
||||
find /data/prometheus -not -perm 0755 -type d -exec chmod 0770 {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue