mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
adapt info
This commit is contained in:
parent
bca0620105
commit
96887861c5
@ -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'"
|
||||
|
Loading…
Reference in New Issue
Block a user