From cebd24cdd65c91a93a0f357ddce3fc21c03a37e2 Mon Sep 17 00:00:00 2001 From: Czechman Date: Wed, 11 Jan 2023 22:34:24 +0100 Subject: [PATCH] "Configfile does not exist" Ausgabe optimiert --- config/ipv64-dns-challenge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ipv64-dns-challenge.sh b/config/ipv64-dns-challenge.sh index c0eb20c..f82cda6 100755 --- a/config/ipv64-dns-challenge.sh +++ b/config/ipv64-dns-challenge.sh @@ -18,7 +18,7 @@ apk add -U curl configfile="/etc/traefik/config.env" if [ ! -r "$configfile" ]; then - echo "$configfile does not exist or isn't readable" + echo "Configfile: $configfile does not exist or isn't readable" exit 1 fi