mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +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)
|
SERVICES)
|
||||||
/home/admin/00settingsMenuServices.sh
|
/home/admin/00settingsMenuServices.sh
|
||||||
|
/home/admin/00raspiblitz.sh
|
||||||
|
exit 0
|
||||||
;;
|
;;
|
||||||
CLOSEALL)
|
CLOSEALL)
|
||||||
/home/admin/BBcloseAllChannels.sh
|
/home/admin/BBcloseAllChannels.sh
|
||||||
|
|
|
@ -577,6 +577,7 @@ if [ "${keysend}" != "${choice}" ]; then
|
||||||
echo "keysend setting changed .."
|
echo "keysend setting changed .."
|
||||||
anychange=1
|
anychange=1
|
||||||
sudo -u admin /home/admin/config.scripts/lnd.keysend.sh ${choice}
|
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
|
else
|
||||||
echo "kesend setting unchanged."
|
echo "kesend setting unchanged."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue