mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
add subscriptions to main menu
This commit is contained in:
parent
99299b2ee5
commit
68cac4298c
2 changed files with 5 additions and 1 deletions
|
@ -92,6 +92,7 @@ if [ "${chain}" = "main" ]; then
|
|||
fi
|
||||
|
||||
OPTIONS+=(SERVICES "Activate/Deactivate Services")
|
||||
OPTIONS+=(SUBSCRIBE "Manage Subscriptions")
|
||||
OPTIONS+=(MOBILE "Connect Mobile Wallet")
|
||||
OPTIONS+=(LNDCREDS "Manage LND Credentials")
|
||||
OPTIONS+=(NAME "Change Name/Alias of Node")
|
||||
|
@ -173,6 +174,9 @@ case $CHOICE in
|
|||
BOS)
|
||||
sudo /home/admin/config.scripts/bonus.bos.sh menu
|
||||
;;
|
||||
SUBSCRIBE)
|
||||
/home/admin/config.scripts/blitz.subscriptions.py
|
||||
;;
|
||||
lnbalance)
|
||||
clear
|
||||
echo "*** YOUR SATOSHI BALANCES ***"
|
||||
|
|
|
@ -691,7 +691,7 @@ Your service '{3}' should now publicly be reachable under:
|
|||
|
||||
Please test now if the service is performing as promised.
|
||||
If not - dont forget to cancel the subscription under:
|
||||
MAIN MENU > SUBSCRIPTIONS > MY SUBSCRIPTIONS
|
||||
MAIN MENU > Manage Subscriptions > My Subscriptions
|
||||
'''.format(
|
||||
host['tor_bridge_price_initial_sats'],
|
||||
host['tor_bridge_duration_hours'],
|
||||
|
|
Loading…
Add table
Reference in a new issue