We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9e177 commit 5b640eeCopy full SHA for 5b640ee
1 file changed
unbound.sh
@@ -27,7 +27,7 @@ sed \
27
-e "s/@RR_CACHE_SIZE@/${rr_cache_size}/" \
28
-e "s/@THREADS@/${threads}/" \
29
-e "s#@ZONES_DIR@#${ZONES_DIR}#" \
30
- > /opt/unbound/etc/unbound/unbound.conf << EOT
+ >/opt/unbound/etc/unbound/unbound.conf <<EOT
31
server:
32
verbosity: 1
33
num-threads: @THREADS@
@@ -148,7 +148,7 @@ mkdir -p -m 700 /opt/unbound/etc/unbound/var &&
148
/opt/unbound/sbin/unbound-anchor -a /opt/unbound/etc/unbound/var/root.key
149
150
if [ ! -f /opt/unbound/etc/unbound/unbound_control.pem ]; then
151
- /opt/unbound/sbin/unbound-control-setup 2> /dev/null || :
+ /opt/unbound/sbin/unbound-control-setup 2>/dev/null || :
152
fi
153
154
mkdir -p /opt/unbound/etc/unbound/zones
0 commit comments