adapt info

This commit is contained in:
rootzoll 2023-05-16 13:18:54 +02:00
parent bca0620105
commit 96887861c5

View file

@ -176,7 +176,7 @@ if [ "$1" = "refresh" ]; then
while [ ${newCertExists} -eq 0 ] while [ ${newCertExists} -eq 0 ]
do do
count=$(($count + 1)) count=$(($count + 1))
echo "# (${count}/60) check for cert" echo "# (${count}/120) check for cert"
if [ ${count} -gt 120 ]; then if [ ${count} -gt 120 ]; then
sudo systemctl stop lnd sudo systemctl stop lnd
echo "error='failed to generate new LND cert'" echo "error='failed to generate new LND cert'"