mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 12:36:27 +02:00
cl.install: source configfiles after install
This commit is contained in:
@@ -8,16 +8,11 @@ CLVERSION=v0.10.2
|
|||||||
# https://github.com/ElementsProject/lightning/commit/master
|
# https://github.com/ElementsProject/lightning/commit/master
|
||||||
# CLVERSION="063366ed7e3b7cc12a8d1681acc2b639cf07fa23"
|
# CLVERSION="063366ed7e3b7cc12a8d1681acc2b639cf07fa23"
|
||||||
|
|
||||||
# vars
|
|
||||||
source /home/admin/raspiblitz.info
|
|
||||||
source /mnt/hdd/raspiblitz.conf
|
|
||||||
|
|
||||||
# help
|
# help
|
||||||
if [ $# -eq 0 ]||[ "$1" = "-h" ]||[ "$1" = "--help" ];then
|
if [ $# -eq 0 ]||[ "$1" = "-h" ]||[ "$1" = "--help" ];then
|
||||||
echo
|
echo
|
||||||
echo "C-lightning install script"
|
echo "C-lightning install script"
|
||||||
echo "The default version is: $CLVERSION"
|
echo "The default version is: $CLVERSION"
|
||||||
echo "Setting up on ${chain}net unless otherwise specified"
|
|
||||||
echo "mainnet / testnet / signet instances can run parallel"
|
echo "mainnet / testnet / signet instances can run parallel"
|
||||||
echo
|
echo
|
||||||
echo "Usage:"
|
echo "Usage:"
|
||||||
@@ -134,7 +129,9 @@ if [ "$1" = "install" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Tor
|
# vars
|
||||||
|
source /home/admin/raspiblitz.info
|
||||||
|
source /mnt/hdd/raspiblitz.conf
|
||||||
TORGROUP="debian-tor"
|
TORGROUP="debian-tor"
|
||||||
|
|
||||||
if [ "$1" = update ]||[ "$1" = testPR ];then
|
if [ "$1" = update ]||[ "$1" = testPR ];then
|
||||||
|
Reference in New Issue
Block a user