Skip to content

Commit

Permalink
Fix testing for existing config
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Jul 9, 2021
1 parent 40d747e commit 59fea20
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 59fea20

Please sign in to comment.