#5131 fix public pool RPC parsing (#5133)

* #5131 fix RPC PASS parsing
This commit is contained in:
geco91
2025-10-02 10:10:40 +02:00
committed by GitHub
parent 7fd56861bc
commit 2fc5782fe2
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ apt-cdrom-setup apt-setup/cdrom/set-first boolean false
# Use network mirror
apt-mirror-setup apt-setup/use_mirror boolean true
# Disable polularity contest
# Disable popularity contest
popularity-contest popularity-contest/participate boolean false
# Select base install

View File

@@ -149,7 +149,7 @@ EOL
# get RPC credentials
RPC_USER=$(sudo cat /mnt/hdd/app-data/bitcoin/bitcoin.conf | grep rpcuser | cut -c 9-)
RPC_PASS=$(sudo cat /mnt/hd/app-data/bitcoin/bitcoin.conf | grep rpcpassword | cut -c 13-)
RPC_PASS=$(sudo cat /mnt/hdd/app-data/bitcoin/bitcoin.conf | grep rpcpassword | cut -c 13-)
echo "# create .env file"
echo "