Skip to content

Commit

Permalink
Use label for keys
Browse files Browse the repository at this point in the history
  • Loading branch information
william-gr committed Nov 18, 2023
1 parent fb6ec13 commit 747cda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ ${chia_mode} = "wallet" ]; then
chia init
fi

chia keys add -f /data/wallet_keys_${WALLET_ID:=1}
chia keys add -l ${WALLET_ID} -f /data/wallet_keys_${WALLET_ID:=1}
rm -rf /root/.chia/mainnet/wallet
mkdir -p /data/wallet_${WALLET_ID:=1}
ln -fs /data/wallet_${WALLET_ID:=1} /root/.chia/mainnet/wallet
Expand Down

0 comments on commit 747cda0

Please sign in to comment.