Skip to content

Commit

Permalink
Potential fix for #662
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed May 16, 2019
1 parent e2ff64b commit c0ee187
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions priv/libexec/config.sh
Expand Up @@ -40,8 +40,13 @@ partial_configure_release() {
fi
fi

# Set up the node based on the new configuration
_configure_node
if [ -z "$VMARGS_PATH" ] || [ -z "$SYS_CONFIG_PATH" ]; then
# We need to generate the config files for the first time
configure_release
else
# Set up the node based on the new configuration
_configure_node
fi
}

# Sets config paths for sys.config and vm.args, and ensures that env var replacements are performed
Expand Down

0 comments on commit c0ee187

Please sign in to comment.