Skip to content

Commit 5b640ee

Browse files
committed
Format
1 parent 6b9e177 commit 5b640ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unbound.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sed \
2727
-e "s/@RR_CACHE_SIZE@/${rr_cache_size}/" \
2828
-e "s/@THREADS@/${threads}/" \
2929
-e "s#@ZONES_DIR@#${ZONES_DIR}#" \
30-
> /opt/unbound/etc/unbound/unbound.conf << EOT
30+
>/opt/unbound/etc/unbound/unbound.conf <<EOT
3131
server:
3232
verbosity: 1
3333
num-threads: @THREADS@
@@ -148,7 +148,7 @@ mkdir -p -m 700 /opt/unbound/etc/unbound/var &&
148148
/opt/unbound/sbin/unbound-anchor -a /opt/unbound/etc/unbound/var/root.key
149149

150150
if [ ! -f /opt/unbound/etc/unbound/unbound_control.pem ]; then
151-
/opt/unbound/sbin/unbound-control-setup 2> /dev/null || :
151+
/opt/unbound/sbin/unbound-control-setup 2>/dev/null || :
152152
fi
153153

154154
mkdir -p /opt/unbound/etc/unbound/zones

0 commit comments

Comments
 (0)