mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
LND restart
This commit is contained in:
parent
aa16ba00d5
commit
0ecb2f6abe
2 changed files with 4 additions and 3 deletions
|
@ -87,9 +87,9 @@ case $CHOICE in
|
|||
;;
|
||||
INFO)
|
||||
./00infoBlitz.sh
|
||||
echo "Screen is not updating ... press ENTER to continue."
|
||||
echo "Screen is not refreshing itself ... press ENTER to continue."
|
||||
read key
|
||||
./00mainMenu.sh
|
||||
./00raspiblitz.sh
|
||||
;;
|
||||
lnbalance)
|
||||
lnbalance ${network}
|
||||
|
|
|
@ -122,8 +122,9 @@ elif [ ${walletLocked} -gt 0 ]; then
|
|||
fi
|
||||
if [ ${startcountLightning} -gt 1 ]; then
|
||||
width=45
|
||||
height=$((height+1))
|
||||
height=$((height+2))
|
||||
infoStr=" LIGHTNING RESTARTED - login for details\n${infoStr}"
|
||||
adminStr="${adminStr}\n or choose 'INFO' in main menu"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue