Fixed double entries breaking the container start.

This commit is contained in:
Markus Graf
2025-10-20 12:27:08 +02:00
parent 1031c3729b
commit 15e0e4b24c
+1 -2
View File
@@ -73,8 +73,7 @@ for domain in \
"marketplace.visualstudio.com" \
"vscode.blob.core.windows.net" \
"update.code.visualstudio.com" \
"pypi.org" \
"files.pythonhosted.org"; do
"pypi.org" ; do
echo "Resolving $domain..."
ips=$(dig +noall +answer A "$domain" | awk '$4 == "A" {print $5}')
if [ -z "$ips" ]; then