Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-12-27 20:49:10 +01:00 committed by GitHub
parent 55670e3e72
commit 4b5cbf8bc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1580,7 +1580,7 @@ setup_bind(){
debug_log "Attempt $((RETRY_COUNT_RDNC + 1)) to generate rndc.key..." debug_log "Attempt $((RETRY_COUNT_RDNC + 1)) to generate rndc.key..."
# Run the Docker command to generate rndc.key # Run the Docker command to generate rndc.key
debug_log docker run -it --rm \ debug_log timeout 30 docker run -it --rm \
-v /etc/bind/:/etc/bind/ \ -v /etc/bind/:/etc/bind/ \
--entrypoint=/bin/sh \ --entrypoint=/bin/sh \
ubuntu/bind9:latest \ ubuntu/bind9:latest \