Skip to content

Commit

Permalink
🚑 Include /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVance committed Aug 15, 2020
1 parent cbfdaee commit c80382b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unbound/unbound.sh
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ EOT
fi

mkdir -p /opt/unbound/etc/unbound/dev && \
cp -a /dev/random /dev/urandom /opt/unbound/etc/unbound/dev/
cp -a /dev/random /dev/urandom /dev/null /opt/unbound/etc/unbound/dev/

mkdir -p -m 700 /opt/unbound/etc/unbound/var && \
chown _unbound:_unbound /opt/unbound/etc/unbound/var && \
Expand Down

0 comments on commit c80382b

Please sign in to comment.