1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-26 14:34:57 +01:00

Removing sed regression which breaks config, fixes #27

This commit is contained in:
Jacob Henner 2016-10-01 22:52:35 -04:00
parent 3b0a9d92da
commit 996ef48786
No known key found for this signature in database
GPG Key ID: D85AEFA10414123C

@ -26,7 +26,7 @@ sed \
-e "s/@PROVIDER_NAME@/${provider_name}/" \ -e "s/@PROVIDER_NAME@/${provider_name}/" \
-e "s/@RR_CACHE_SIZE@/${rr_cache_size}/" \ -e "s/@RR_CACHE_SIZE@/${rr_cache_size}/" \
-e "s/@THREADS@/${threads}/" \ -e "s/@THREADS@/${threads}/" \
-e "s/@ZONES_DIR@/${ZONES_DIR}" \ -e "s#@ZONES_DIR@#${ZONES_DIR}#" \
> /opt/unbound/etc/unbound/unbound.conf << EOT > /opt/unbound/etc/unbound/unbound.conf << EOT
server: server:
verbosity: 1 verbosity: 1