Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
simplificiation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Pierce committed Jul 1, 2019
1 parent 785ba8a commit b898b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/eosio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function setup() {
execute mkdir -p $VAR_DIR/log
execute mkdir -p $ETC_DIR
execute mkdir -p $LIB_DIR
if [[ $ENABLE_MONGO != false ]]; then
if $ENABLE_MONGO; then
execute mkdir -p $MONGODB_LOG_DIR
execute mkdir -p $MONGODB_DATA_DIR
fi
Expand Down

0 comments on commit b898b1d

Please sign in to comment.