convert-dns-settings: Fix call for chmod

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-01-28 19:19:06 +00:00
parent 358bcfdb29
commit d3236de23a

View File

@@ -120,7 +120,7 @@ main() {
chown nobody:nobody /var/ipfire/dns/servers
# Make DHCP leases readable for nobody
chown 644 /etc/unbound/dhcp-leases.conf
chmod 644 /etc/unbound/dhcp-leases.conf
}
main "$@" || exit $?