mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 21:28:54 +02:00
#3966 give lnd more time to start on pwd change
This commit is contained in:
@@ -885,6 +885,7 @@ echo "Make sure main services are running .." >> ${logFile}
|
||||
systemctl start ${network}d
|
||||
if [ "${lightning}" == "lnd" ];then
|
||||
systemctl start lnd
|
||||
sleep 10
|
||||
# set password c if given in flag from migration prep
|
||||
passwordFlagExists=$(ls /mnt/hdd/passwordc.flag | grep -c "passwordc.flag")
|
||||
if [ "${passwordFlagExists}" == "1" ]; then
|
||||
|
Reference in New Issue
Block a user