mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 19:42:03 +01:00
Typo
This commit is contained in:
parent
a952a7e6b8
commit
a1f5fe6b64
@ -60,7 +60,7 @@ init() {
|
||||
domain_blacklist_file="${LISTS_DIR}/blacklist.txt"
|
||||
domain_blacklist_configuration=""
|
||||
if [ -s "$domain_blacklist_file" ]; then
|
||||
chown _encrypted-dns:_encrypted_dns "$domain_blacklist_file"
|
||||
chown _encrypted-dns:_encrypted-dns "$domain_blacklist_file"
|
||||
domain_blacklist_configuration="domain_blacklist = \"${domain_blacklist_file}\""
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user