fix: typo in postinst script
This commit is contained in:
parent
f4587b4817
commit
e6c1b41e20
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if [[ "$1" == "configure" ]]; then
|
|||
|
||||
chown root:prometheus /etc/prometheus/dnssec-exporter /etc/prometheus/dnssec-exporter/config.yaml
|
||||
chmod 0755 /etc/prometheus/dnssec-exporter
|
||||
cmmod 0640 /etc/prometheus/dnssec-exporter/config.yaml
|
||||
chmod 0640 /etc/prometheus/dnssec-exporter/config.yaml
|
||||
|
||||
deb-systemd-helper enable prometheus-dnssec-exporter.service
|
||||
deb-systemd-invoke restart prometheus-dnssec-exporter.service
|
||||
|
|
Loading…
Reference in a new issue