mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
Merge branch 'merge-v1.7' into dev
This commit is contained in:
commit
f51cdd161e
3 changed files with 5 additions and 5 deletions
|
@ -30,8 +30,8 @@ Table of Contents
|
|||
- [Groups](#groups)
|
||||
- [Setup Process (Detailed Documentation)](#setup-process-detailed-documentation)
|
||||
- [Basic Setup](#basic-setup)
|
||||
- [LNDRESCUE LND tar.gz-Backupfile (BEST)](#lndrescue-lnd-tar.gz-backupfile-best)
|
||||
- [SEED+SCB Words Seed & channel.backup file (OK)](#seedscb-words-seed--channel.backup-file-ok)
|
||||
- [LNDRESCUE LND tar.gz-Backupfile (BEST)](#lndrescue-lnd-targz-backupfile-best)
|
||||
- [SEED+SCB Words Seed & channel.backup file (OK)](#seedscb-words-seed--channelbackup-file-ok)
|
||||
- [ONLY SEED Only Seed Word List (Fallback)](#only-seed-only-seed-word-list-fallback)
|
||||
- [Final Setup](#final-setup)
|
||||
- [1. SYNC - Self validate all Blocks](#self-validate-all-blocks)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
#https://github.com/Podcastindex-org/helipad
|
||||
HELIPAD_VERSION="v0.1.8"
|
||||
HELIPAD_VERSION="v0.1.9"
|
||||
HELIPAD_USER=helipad
|
||||
HELIPAD_HOME_DIR=/home/$HELIPAD_USER
|
||||
HELIPAD_DATA_DIR=/mnt/hdd/app-data/helipad
|
||||
|
@ -262,4 +262,4 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
|
|||
/home/admin/config.scripts/blitz.conf.sh set helipad "off"
|
||||
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -129,4 +129,4 @@ echo -e "${CYAN} * Pending channels are ignored.${RESET}"
|
|||
echo -e "${CYAN}** CONTROL SUM is supposed to match amount"
|
||||
echo -e " of funds that had been put onto this node"
|
||||
echo -e " (can be off few sats due rounding).\e${RESET}"
|
||||
echo -e ""
|
||||
echo -e ""
|
||||
|
|
Loading…
Add table
Reference in a new issue