mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
add please wait info
This commit is contained in:
@@ -107,6 +107,7 @@ CHOICE=$(dialog --clear \
|
|||||||
#clear
|
#clear
|
||||||
case $CHOICE in
|
case $CHOICE in
|
||||||
INFO)
|
INFO)
|
||||||
|
echo "Gathering Information (please wait) ..."
|
||||||
walletLocked=$(lncli getinfo 2>&1 | grep -c "Wallet is encrypted")
|
walletLocked=$(lncli getinfo 2>&1 | grep -c "Wallet is encrypted")
|
||||||
if [ ${walletLocked} -eq 0 ]; then
|
if [ ${walletLocked} -eq 0 ]; then
|
||||||
/home/admin/00infoBlitz.sh
|
/home/admin/00infoBlitz.sh
|
||||||
|
Reference in New Issue
Block a user