fix: typo in postinst script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
s3lph 2023-10-31 02:05:36 +01:00
parent f4587b4817
commit e6c1b41e20

View file

@ -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