mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
fix if statement
This commit is contained in:
@@ -557,7 +557,7 @@ if [ ${isMounted} -eq 0 ]; then
|
|||||||
# unlock lnd if needed
|
# unlock lnd if needed
|
||||||
source ${setupFile}
|
source ${setupFile}
|
||||||
echo "checking Unlock ..." >> $logFile
|
echo "checking Unlock ..." >> $logFile
|
||||||
if [ "${lightning}" == "lnd" ] && [ "${${passwordC}}" != "" ]; then
|
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}
|
/home/admin/config.scripts/lnd.unlock.sh unlock "${passwordC}" >> ${logFile}
|
||||||
sleep 3
|
sleep 3
|
||||||
|
Reference in New Issue
Block a user