mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 21:28:54 +02:00
LND restart
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user