mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix service menu
This commit is contained in:
parent
dd9b33a577
commit
d2771098b8
2 changed files with 3 additions and 0 deletions
|
@ -194,6 +194,8 @@ case $CHOICE in
|
|||
;;
|
||||
SERVICES)
|
||||
/home/admin/00settingsMenuServices.sh
|
||||
/home/admin/00raspiblitz.sh
|
||||
exit 0
|
||||
;;
|
||||
CLOSEALL)
|
||||
/home/admin/BBcloseAllChannels.sh
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue