Skip to content

Commit

Permalink
Indentation in cnode.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jan 14, 2021
1 parent 3c2dacb commit 0bc1224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/cnode-helper-scripts/cnode.sh
Expand Up @@ -38,9 +38,9 @@ if [[ -f "${POOL_DIR}/${POOL_OPCERT_FILENAME}" && -f "${POOL_DIR}/${POOL_VRF_SK_
--database-path "${DB_DIR}" \
--socket-path "${CARDANO_NODE_SOCKET_PATH}" \
--host-addr 0.0.0.0 \
--shelley-kes-key "${POOL_DIR}/${POOL_HOTKEY_SK_FILENAME}" \
--shelley-vrf-key "${POOL_DIR}/${POOL_VRF_SK_FILENAME}" \
--shelley-operational-certificate "${POOL_DIR}/${POOL_OPCERT_FILENAME}" \
--shelley-kes-key "${POOL_DIR}/${POOL_HOTKEY_SK_FILENAME}" \
--shelley-vrf-key "${POOL_DIR}/${POOL_VRF_SK_FILENAME}" \
--shelley-operational-certificate "${POOL_DIR}/${POOL_OPCERT_FILENAME}" \
--port ${CNODE_PORT}
else
cardano-node run \
Expand Down

0 comments on commit 0bc1224

Please sign in to comment.