From 96887861c59acad35b90f66befcaadce594cbd62 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 16 May 2023 13:18:54 +0200 Subject: [PATCH] adapt info --- home.admin/config.scripts/lnd.tlscert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/lnd.tlscert.sh b/home.admin/config.scripts/lnd.tlscert.sh index 14800a9ea..6467829db 100755 --- a/home.admin/config.scripts/lnd.tlscert.sh +++ b/home.admin/config.scripts/lnd.tlscert.sh @@ -176,7 +176,7 @@ if [ "$1" = "refresh" ]; then while [ ${newCertExists} -eq 0 ] do count=$(($count + 1)) - echo "# (${count}/60) check for cert" + echo "# (${count}/120) check for cert" if [ ${count} -gt 120 ]; then sudo systemctl stop lnd echo "error='failed to generate new LND cert'"