From 7f6840373a85db7ec777741eec62fa510c3e1506 Mon Sep 17 00:00:00 2001 From: aptalca Date: Thu, 10 Dec 2020 13:37:53 -0500 Subject: [PATCH] update conf name in scripts --- root/app/duckdns-txt | 2 +- root/app/le-renew.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/root/app/duckdns-txt b/root/app/duckdns-txt index d262b24..9630c4c 100644 --- a/root/app/duckdns-txt +++ b/root/app/duckdns-txt @@ -1,6 +1,6 @@ #!/bin/bash -. /config/donoteditthisfile.conf +. /config/.donoteditthisfile.conf curl https://www.duckdns.org/update?domains=${CERTBOT_DOMAIN}\&token=${ORIGDUCKDNSTOKEN}\&txt=${CERTBOT_VALIDATION} diff --git a/root/app/le-renew.sh b/root/app/le-renew.sh index d0804d4..5c638a5 100644 --- a/root/app/le-renew.sh +++ b/root/app/le-renew.sh @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bash -. /config/donoteditthisfile.conf +. /config/.donoteditthisfile.conf echo "<------------------------------------------------->" echo