mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
add some sleep
This commit is contained in:
parent
f4aabbf273
commit
495ce9a4bf
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ sudo rm /mnt/hdd/lnd/tls.* 2>/dev/null
|
|||
echo "let lnd generate new TLSCert"
|
||||
sudo -u bitcoin /usr/local/bin/lnd &>/dev/null &
|
||||
lndPID=$(jobs -l | grep '/usr/local/bin/lnd' | cut -d ' ' -f3)
|
||||
sleep 3
|
||||
echo "wait until generated lndPID(${lndPID})"
|
||||
newCertExists=0
|
||||
count=0
|
||||
|
|
Loading…
Add table
Reference in a new issue