Browse Source

add info remove debug

dev
rootzoll 6 years ago
parent
commit
4f0b7ae63e
  1. 3
      home.admin/00mainMenu.sh
  2. 1
      home.admin/config.scripts/lnd.export.sh

3
home.admin/00mainMenu.sh

@ -453,5 +453,4 @@ case $CHOICE in
./AAunlockLND.sh
./00mainMenu.sh
;;
esac
echo "unkown CHOICE(${CHOICE})"
esac

1
home.admin/config.scripts/lnd.export.sh

@ -139,6 +139,7 @@ elif [ "${exportType}" = "reset" ]; then
echo "###### RESET MACAROONS AND TLS.cert ######"
echo ""
echo "All your macaroons and the tls.cert get deleted and recreated."
echo "Use this to invalidate former EXPORTS for example if you loose a device."
echo ""
cd
echo "- deleting old macaroons"

Loading…
Cancel
Save