add subscriptions to main menu

This commit is contained in:
rootzoll 2020-05-27 00:36:11 +02:00
parent 99299b2ee5
commit 68cac4298c
2 changed files with 5 additions and 1 deletions

View file

@ -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 ***"

View file

@ -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'],