mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
clear before lnbalances and lnchannels
This commit is contained in:
parent
29351db9f9
commit
e7de7264b3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user