mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
fix flags
This commit is contained in:
parent
0172aa6aeb
commit
b071d49745
1 changed files with 1 additions and 1 deletions
|
|
@ -26,11 +26,11 @@ if [ "$GETH_NODE_TYPE" = "signer" ]; then
|
|||
echo "$GETH_KEYSTORE_DIR missing, running account import"
|
||||
echo -n "$BLOCK_SIGNER_PRIVATE_KEY" | sed 's/0x//' > "$GETH_DATA_DIR"/block-signer-key
|
||||
"$GETH_BIN_PATH" \
|
||||
account import \
|
||||
--verbosity="$GETH_VERBOSITY" \
|
||||
--log.format="$GETH_LOG_FORMAT" \
|
||||
--log.tags="$GETH_LOG_TAGS" \
|
||||
--nousb \
|
||||
account import \
|
||||
--datadir="$GETH_DATA_DIR" \
|
||||
--password="$GETH_DATA_DIR"/password \
|
||||
"$GETH_DATA_DIR"/block-signer-key
|
||||
|
|
|
|||
Loading…
Reference in a new issue