Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/225#discussion_r103784837
--- Diff: assemble/bin/accumulo-util ---
@@ -298,7 +298,7 @@ function create_config() {
MAVEN_PROJ_BASEDIR="\n <property>\n
<name>general.maven.project.basedir</name>\n <value>${BASE_DIR}</value>\n
</property>\n"
fi
- mkdir -p "${CONF_DIR}" && cp "${TEMPLATE_CONF_DIR}"/* "${CONF_DIR}"/
+ mkdir -p "${CONF_DIR}" && cp
"${TEMPLATE_CONF_DIR}"/{$ACCUMULO_SITE,$ACCUMULO_ENV} "${CONF_DIR}"/
--- End diff --
You sure this works? You can't use bash variables inside the curly braces
for ranges; I'm you could use them for enumerations.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---