mirror of
https://github.com/Luzifer/dns.git
synced 2024-11-09 14:40:05 +00:00
Quickfix: Make key readable
This commit is contained in:
parent
ef01f24fe7
commit
3bf70db64d
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ set -euxo pipefail
|
||||||
if [ "${1:-}" = 'named' ]; then
|
if [ "${1:-}" = 'named' ]; then
|
||||||
# Generate rndc communication key
|
# Generate rndc communication key
|
||||||
rndc-confgen -a
|
rndc-confgen -a
|
||||||
|
chmod 0644 /etc/bind/rndc.key
|
||||||
|
|
||||||
# Start crond in the background
|
# Start crond in the background
|
||||||
crond
|
crond
|
||||||
|
|
Loading…
Reference in a new issue