mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
ui change
This commit is contained in:
parent
1133644c23
commit
624b7361c4
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ You have no active or inactive subscriptions.
|
|||
d.set_background_title("RaspiBlitz Subscriptions")
|
||||
code, tag = d.menu(
|
||||
"\nYou have the following subscriptions - select for details:",
|
||||
choices=choices, width=65, height=15, title="My Subscriptions")
|
||||
choices=choices, cancel_label="Back" width=65, height=15, title="My Subscriptions")
|
||||
|
||||
# if user chosses CANCEL
|
||||
if code != d.OK: return
|
||||
|
|
|
@ -100,7 +100,7 @@ if [ "$1" = "reset" ]; then
|
|||
fi
|
||||
|
||||
# unlock wallet after restart
|
||||
echo "- restarting LND ... wait 10 secs"
|
||||
echo "# restarting LND ... wait 10 secs"
|
||||
sudo systemctl start lnd
|
||||
sleep 10
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue