add debug

This commit is contained in:
rootzoll
2021-07-03 00:51:32 +02:00
parent f7c658aa40
commit 9150bdee85

View File

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