mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
#3966 activate bitcoin mainnet on umbrel migration
This commit is contained in:
parent
7c6ef5dba7
commit
0f98f2f55b
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ fi
|
||||||
# make sure for the rest of the setup info is set correctly
|
# make sure for the rest of the setup info is set correctly
|
||||||
/home/admin/config.scripts/blitz.conf.sh set network "bitcoin"
|
/home/admin/config.scripts/blitz.conf.sh set network "bitcoin"
|
||||||
/home/admin/config.scripts/blitz.conf.sh set chain "main"
|
/home/admin/config.scripts/blitz.conf.sh set chain "main"
|
||||||
|
echo "Provisioning ${network} Mainnet - run config script" >> ${logFile}
|
||||||
|
/home/admin/config.scripts/bitcoin.install.sh on mainnet >> ${logFile} 2>&1
|
||||||
|
|
||||||
# set Password B
|
# set Password B
|
||||||
echo "## SETTING PASSWORD B" >> ${logFile}
|
echo "## SETTING PASSWORD B" >> ${logFile}
|
||||||
|
|
Loading…
Add table
Reference in a new issue