From 996ef4878694a1a2cbec62315adbab69a3686f75 Mon Sep 17 00:00:00 2001 From: Jacob Henner Date: Sat, 1 Oct 2016 22:52:35 -0400 Subject: [PATCH] Removing sed regression which breaks config, fixes #27 --- unbound.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbound.sh b/unbound.sh index da05672..05ac1e1 100755 --- a/unbound.sh +++ b/unbound.sh @@ -26,7 +26,7 @@ sed \ -e "s/@PROVIDER_NAME@/${provider_name}/" \ -e "s/@RR_CACHE_SIZE@/${rr_cache_size}/" \ -e "s/@THREADS@/${threads}/" \ - -e "s/@ZONES_DIR@/${ZONES_DIR}" \ + -e "s#@ZONES_DIR@#${ZONES_DIR}#" \ > /opt/unbound/etc/unbound/unbound.conf << EOT server: verbosity: 1