From 085bcebb8503169fae410777a64af0597c511c5e Mon Sep 17 00:00:00 2001 From: Czechman Date: Wed, 11 Jan 2023 16:18:50 +0100 Subject: [PATCH] =?UTF-8?q?curl=20test=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/ipv64-dns-challenge.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/ipv64-dns-challenge.sh b/config/ipv64-dns-challenge.sh index 7d6b1de..fb54e13 100755 --- a/config/ipv64-dns-challenge.sh +++ b/config/ipv64-dns-challenge.sh @@ -15,6 +15,8 @@ # 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"