mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-18 19:50:35 +02:00
add debug
This commit is contained in:
@@ -556,8 +556,9 @@ if [ ${isMounted} -eq 0 ]; then
|
||||
|
||||
# unlock lnd if needed
|
||||
source ${setupFile}
|
||||
echo "checking Unlock ..." >> $logFile
|
||||
if [ "${lightning}" == "lnd" ] && [ "${${passwordC}}" != "" ]; then
|
||||
echo "Unlock LND at end of provision with temp stored password C ..." >> $logFile
|
||||
echo "Unlock LND at end of provision with temp stored password C" >> $logFile
|
||||
/home/admin/config.scripts/lnd.unlock.sh unlock "${passwordC}" >> ${logFile}
|
||||
sleep 3
|
||||
else
|
||||
|
Reference in New Issue
Block a user