Commit 47ead823 authored by Matt Solomon's avatar Matt Solomon

fix: revert pwd change

parent e56ca453
...@@ -14,7 +14,7 @@ WS_PORT="${WS_PORT:-8546}" ...@@ -14,7 +14,7 @@ WS_PORT="${WS_PORT:-8546}"
if [ ! -d "$GETH_KEYSTORE_DIR" ]; then if [ ! -d "$GETH_KEYSTORE_DIR" ]; then
echo "$GETH_KEYSTORE_DIR missing, running account import" echo "$GETH_KEYSTORE_DIR missing, running account import"
printf "%s" "$(pwd)" > "$GETH_DATA_DIR"/password printf "%s" "pwd" > "$GETH_DATA_DIR"/password
printf "%s" "$BLOCK_SIGNER_PRIVATE_KEY" | sed 's/0x//' > "$GETH_DATA_DIR"/block-signer-key printf "%s" "$BLOCK_SIGNER_PRIVATE_KEY" | sed 's/0x//' > "$GETH_DATA_DIR"/block-signer-key
geth account import \ geth account import \
--datadir="$GETH_DATA_DIR" \ --datadir="$GETH_DATA_DIR" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment