We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00361cf commit 43f2721Copy full SHA for 43f2721
src/system/etc/init.d/99dnscrypt.sh
@@ -42,7 +42,7 @@ check_health () {
42
export "$KEY=$VALUE"
43
done < $LOCKFILE
44
45
- if [ -z "${DNSCRYPT_RESOLV_PATH:-}" ]; then
+ if [ -z "${DNSCRYPT_RESOLV_PATH+x}" ]; then
46
confdir=${DNSCRYPT_RESOLV_PATH:-`dirname "$CONFIG_FILE"`}
47
48
resolvers=$(ls $confdir/*.md 2>/dev/null)
@@ -56,7 +56,7 @@ check_health () {
56
done
57
fi
58
59
- if [ -z "${DNSCRYPT_ADDR_LOCK:-}" ]; then
+ if [ -z "${DNSCRYPT_ADDR_LOCK+x}" ]; then
60
log_debug_msg "ipv4_addr_unlock: enable IPv4"
61
ipv4_addr_unlock
62
0 commit comments