NO-JIRA Added missing variable on artemis.profiler.cmd

An obvious fix is the missing definition of ARTEMIS_ETC_INSTANCE, in the Windows "artemis.profile.cmd"
This commit is contained in:
Ingemar Allqvist 2018-03-29 13:46:40 +02:00 committed by Clebert Suconic
parent 85c6e9b19c
commit 7fc895d270
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ rem under the License.
set ARTEMIS_HOME="${artemis.home}"
set ARTEMIS_INSTANCE="${artemis.instance}"
set ARTEMIS_ETC_INSTANCE='${artemis.instance.etc}'
set ARTEMIS_DATA_DIR='${artemis.instance.data}'