mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 17:02:58 +02:00
convert-dns-settings: Fix call for chmod
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -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 $?
|
||||
|
||||
Reference in New Issue
Block a user