Skip to content

Commit

Permalink
CAD-425 | scripts: fix start-node.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jan 17, 2020
1 parent 5d4cca5 commit 88e3948
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/start-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

now=`date "+%Y-%m-%d 00:00:00"`

. $(dirname $0)/lib.sh
. $(dirname $0)/lib-node.sh
NODE="$(executable_runner cardano-node)"

set -x
${NODE} \
--slot-duration 2 \
--config ${configuration}/configuration.yaml \
--topology ${configuration}/simple-topology.json \
--database-path ${root}/db \
--socket-dir ${root}/socket \
--genesis-file "${genesis_file}" \
--genesis-hash "${genesis_hash}" \
--port "1234" \
$@

0 comments on commit 88e3948

Please sign in to comment.