fix service menu

This commit is contained in:
rootzoll 2020-03-21 23:39:31 -07:00
parent dd9b33a577
commit d2771098b8
2 changed files with 3 additions and 0 deletions

View file

@ -194,6 +194,8 @@ case $CHOICE in
;;
SERVICES)
/home/admin/00settingsMenuServices.sh
/home/admin/00raspiblitz.sh
exit 0
;;
CLOSEALL)
/home/admin/BBcloseAllChannels.sh

View file

@ -577,6 +577,7 @@ if [ "${keysend}" != "${choice}" ]; then
echo "keysend setting changed .."
anychange=1
sudo -u admin /home/admin/config.scripts/lnd.keysend.sh ${choice}
dialog --msgbox "Accept Keysend is now ${choice} - LND restarted.\nYou might need to unlock wallet again." 6 46
else
echo "kesend setting unchanged."
fi