tools/catalyst-auto: permit OTHER flags in /etc/resolv.conf

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2020-05-07 21:59:19 -07:00
parent 51d806875e
commit 77b29c8686
No known key found for this signature in database
GPG key ID: 19395F23C58826C4

View file

@ -244,7 +244,7 @@ verify_dnssec() {
exit 1
fi
if ! grep -q '^options \<edns0\>' /etc/resolv.conf; then
if ! grep -q '^options\>.*\<edns0\>' /etc/resolv.conf; then
echo "DNSSEC is not enabled in /etc/resolv.conf"
exit 1
fi