#3966 give lnd more time to start on pwd change

This commit is contained in:
rootzoll 2023-08-27 00:05:39 +02:00
parent 0f98f2f55b
commit 73038b4b33

View file

@ -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