mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
Merge branch 'merge-v1.7' into dev
This commit is contained in:
@@ -30,8 +30,8 @@ Table of Contents
|
|||||||
- [Groups](#groups)
|
- [Groups](#groups)
|
||||||
- [Setup Process (Detailed Documentation)](#setup-process-detailed-documentation)
|
- [Setup Process (Detailed Documentation)](#setup-process-detailed-documentation)
|
||||||
- [Basic Setup](#basic-setup)
|
- [Basic Setup](#basic-setup)
|
||||||
- [LNDRESCUE LND tar.gz-Backupfile (BEST)](#lndrescue-lnd-tar.gz-backupfile-best)
|
- [LNDRESCUE LND tar.gz-Backupfile (BEST)](#lndrescue-lnd-targz-backupfile-best)
|
||||||
- [SEED+SCB Words Seed & channel.backup file (OK)](#seedscb-words-seed--channel.backup-file-ok)
|
- [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)
|
- [ONLY SEED Only Seed Word List (Fallback)](#only-seed-only-seed-word-list-fallback)
|
||||||
- [Final Setup](#final-setup)
|
- [Final Setup](#final-setup)
|
||||||
- [1. SYNC - Self validate all Blocks](#self-validate-all-blocks)
|
- [1. SYNC - Self validate all Blocks](#self-validate-all-blocks)
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#https://github.com/Podcastindex-org/helipad
|
#https://github.com/Podcastindex-org/helipad
|
||||||
HELIPAD_VERSION="v0.1.8"
|
HELIPAD_VERSION="v0.1.9"
|
||||||
HELIPAD_USER=helipad
|
HELIPAD_USER=helipad
|
||||||
HELIPAD_HOME_DIR=/home/$HELIPAD_USER
|
HELIPAD_HOME_DIR=/home/$HELIPAD_USER
|
||||||
HELIPAD_DATA_DIR=/mnt/hdd/app-data/helipad
|
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"
|
/home/admin/config.scripts/blitz.conf.sh set helipad "off"
|
||||||
|
|
||||||
exit 0
|
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 "${CYAN}** CONTROL SUM is supposed to match amount"
|
||||||
echo -e " of funds that had been put onto this node"
|
echo -e " of funds that had been put onto this node"
|
||||||
echo -e " (can be off few sats due rounding).\e${RESET}"
|
echo -e " (can be off few sats due rounding).\e${RESET}"
|
||||||
echo -e ""
|
echo -e ""
|
||||||
|
Reference in New Issue
Block a user