mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
clear before lnbalances and lnchannels
This commit is contained in:
@@ -104,7 +104,6 @@ CHOICE=$(dialog --clear \
|
||||
"${OPTIONS[@]}" \
|
||||
2>&1 >/dev/tty)
|
||||
|
||||
#clear
|
||||
case $CHOICE in
|
||||
INFO)
|
||||
echo "Gathering Information (please wait) ..."
|
||||
@@ -118,11 +117,6 @@ case $CHOICE in
|
||||
exit 0
|
||||
fi
|
||||
;;
|
||||
lnbalance)
|
||||
lnbalance ${network}
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
;;
|
||||
TOR)
|
||||
sudo -u bitcoin nyx
|
||||
;;
|
||||
@@ -151,7 +145,16 @@ case $CHOICE in
|
||||
LOOP)
|
||||
/home/admin/config.scripts/bonus.loop.sh menu
|
||||
;;
|
||||
lnbalance)
|
||||
clear
|
||||
echo "*** YOUR SATOSHI BALANCES ***"
|
||||
lnbalance ${network}
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
;;
|
||||
lnchannels)
|
||||
clear
|
||||
echo "*** YOUR LIGHTNING CHANNELS ***"
|
||||
lnchannels ${network}
|
||||
echo "Press ENTER to return to main menu."
|
||||
read key
|
||||
|
Reference in New Issue
Block a user