Skip to content

Commit a64a140

Browse files
authored
Update 10-dns.sh
1 parent e01d036 commit a64a140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dns-common/on_boot.d/10-dns.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fi
7878
if podman container exists ${CONTAINER}; then
7979
podman start ${CONTAINER}
8080
else
81-
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
81+
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
8282
fi
8383

8484
# (optional) IPv4 force DNS (TCP/UDP 53) through DNS container

0 commit comments

Comments
 (0)