mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
#1000 demand keysedn before install SendMany
This commit is contained in:
parent
f672244e4b
commit
5c68b443f3
1 changed files with 13 additions and 0 deletions
|
@ -156,6 +156,19 @@ case $CHOICE in
|
|||
exit 1;
|
||||
;;
|
||||
SENDMANY_ANDROID)
|
||||
|
||||
# check if keysend is activated first
|
||||
|
||||
source <(/home/admin/config.scripts/lnd.keysend.sh status)
|
||||
if [ "${keysendOn}" == "0" ]; then
|
||||
whiptail --title " KEYSEND NEEDED " --msgbox "
|
||||
To use the chat feature of the SendMany app, you need to activate the Keysend feature first.
|
||||
|
||||
Please go to MAINMENU > SERVICES and activate KEYSEND first.
|
||||
" 12 65
|
||||
exit 1
|
||||
fi
|
||||
|
||||
appstoreLink="https://github.com/fusion44/sendmany/releases"
|
||||
/home/admin/config.scripts/blitz.lcd.sh qr ${appstoreLink}
|
||||
whiptail --title "Install SendMany APK from GithubReleases on your device" \
|
||||
|
|
Loading…
Add table
Reference in a new issue