mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
Merge branch 'cblitz' into cblitz-merge
This commit is contained in:
@@ -99,7 +99,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Bitcoin blockchain
|
# Bitcoin blockchain
|
||||||
btc_path=$(command -v bitcoin-cli)
|
btc_path=$(command -v ${network}-cli)
|
||||||
blockInfo="-"
|
blockInfo="-"
|
||||||
if [ -n "${btc_path}" ]; then
|
if [ -n "${btc_path}" ]; then
|
||||||
btc_title=$network
|
btc_title=$network
|
||||||
|
@@ -442,7 +442,7 @@ if [ ${check} -eq 1 ]; then choice="on"; fi
|
|||||||
if [ "${testnet}" != "${choice}" ]; then
|
if [ "${testnet}" != "${choice}" ]; then
|
||||||
echo "# Testnet Setting changed .."
|
echo "# Testnet Setting changed .."
|
||||||
anychange=1
|
anychange=1
|
||||||
/home/admin/config.scripts/cln.install.sh ${choice} testnet
|
/home/admin/config.scripts/bitcoin.chains.sh ${choice} testnet
|
||||||
errorOnInstall=$?
|
errorOnInstall=$?
|
||||||
if [ "${choice}" = "on" ]; then
|
if [ "${choice}" = "on" ]; then
|
||||||
if [ ${errorOnInstall} -eq 0 ]; then
|
if [ ${errorOnInstall} -eq 0 ]; then
|
||||||
|
Reference in New Issue
Block a user