From 46f9597b835da9e923537905b6706d56ab0d3807 Mon Sep 17 00:00:00 2001 From: Czechman Date: Wed, 11 Jan 2023 20:24:45 +0100 Subject: [PATCH] nicht funktionierende3r curl test entfernt --- config/ipv64-dns-challenge.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/ipv64-dns-challenge.sh b/config/ipv64-dns-challenge.sh index fb54e13..7d6b1de 100755 --- a/config/ipv64-dns-challenge.sh +++ b/config/ipv64-dns-challenge.sh @@ -15,8 +15,6 @@ # Alle Konfigurationsparameter werden aus der config.env Datei gelesen ############################################# configfile="config.env" -# prüfen ob curl installiert ist und ggf, nachinstallieren -test /usr/bin/curl || apk add -U curl if [ ! -r "$configfile" ]; then echo "$configfile does not exist or isn't readable"