mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
#446 removed constant output
This commit is contained in:
@@ -169,11 +169,8 @@ do
|
|||||||
passwordC=$(sudo cat /root/lnd.autounlock.pwd)
|
passwordC=$(sudo cat /root/lnd.autounlock.pwd)
|
||||||
command="sudo python /home/admin/config.scripts/lnd.unlock.py '${passwordC}'"
|
command="sudo python /home/admin/config.scripts/lnd.unlock.py '${passwordC}'"
|
||||||
bash -c "${command}"
|
bash -c "${command}"
|
||||||
else
|
|
||||||
echo "lncli says not locked"
|
|
||||||
fi
|
fi
|
||||||
else
|
|
||||||
echo "auto-unlock is OFF"
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user