From 348f47189cb1ed8325b7abe35dd696df0cf4db49 Mon Sep 17 00:00:00 2001 From: niiwiicamo Date: Wed, 2 Oct 2024 15:37:26 +0200 Subject: [PATCH] fix apk call --- auth-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-hook.sh b/auth-hook.sh index 1af3f95..4574403 100755 --- a/auth-hook.sh +++ b/auth-hook.sh @@ -1,7 +1,7 @@ # ownDynDNS auth script for certbot dns-01 challenge # install curl -$(apk --no-cache add curl) +apk --no-cache add curl ACME_PREFIX="_acme-challenge"