mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
#3966 give lnd more time to start on pwd change
This commit is contained in:
parent
0f98f2f55b
commit
73038b4b33
1 changed files with 1 additions and 0 deletions
|
@ -885,6 +885,7 @@ echo "Make sure main services are running .." >> ${logFile}
|
||||||
systemctl start ${network}d
|
systemctl start ${network}d
|
||||||
if [ "${lightning}" == "lnd" ];then
|
if [ "${lightning}" == "lnd" ];then
|
||||||
systemctl start lnd
|
systemctl start lnd
|
||||||
|
sleep 10
|
||||||
# set password c if given in flag from migration prep
|
# set password c if given in flag from migration prep
|
||||||
passwordFlagExists=$(ls /mnt/hdd/passwordc.flag | grep -c "passwordc.flag")
|
passwordFlagExists=$(ls /mnt/hdd/passwordc.flag | grep -c "passwordc.flag")
|
||||||
if [ "${passwordFlagExists}" == "1" ]; then
|
if [ "${passwordFlagExists}" == "1" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue