From c36ba5f51c1126e533989f6c30c906079476f2bc Mon Sep 17 00:00:00 2001 From: John D <427295+boostchicken@users.noreply.github.com> Date: Mon, 27 Jul 2020 22:41:44 -0700 Subject: [PATCH] Update 10-dns.sh --- dns-common/on_boot.d/10-dns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns-common/on_boot.d/10-dns.sh b/dns-common/on_boot.d/10-dns.sh index fcc6e09..20ed985 100644 --- a/dns-common/on_boot.d/10-dns.sh +++ b/dns-common/on_boot.d/10-dns.sh @@ -78,7 +78,7 @@ fi if podman container exists ${CONTAINER}; then podman start ${CONTAINER} else - logger -s -t podman-dns -p ERROR Container $CONTAINER not found, make sure you set the proper name, if you have you can ignore this error + logger -s -t podman-dns -p ERROR Container $CONTAINER not found, make sure you set the proper name, you can ignore this error if it is your first time setting it up fi # (optional) IPv4 force DNS (TCP/UDP 53) through DNS container