Skip to content

Commit

Permalink
Merge pull request #79 from verim-id/bugfix/idempotence
Browse files Browse the repository at this point in the history
Fix testing for existing node config
  • Loading branch information
askolesov authored Jul 9, 2021
2 parents 40d747e + 59fea20 commit ffddfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/node-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NODE_HOME="$HOME/.verimnode"


# Init node config directory
if [ ! -d "${NODE_HOME}" ]
if [ ! -d "${NODE_HOME}/config" ]
then
echo "Node home not found. Initializing."
verim-noded init $NODE_MONIKER
Expand Down

0 comments on commit ffddfc4

Please sign in to comment.