Mark Struberg created MEECROWAVE-57:
---------------------------------------
Summary: Export MEECROWAVE_BASE in meecrowave.sh
Key: MEECROWAVE-57
URL: https://issues.apache.org/jira/browse/MEECROWAVE-57
Project: Meecrowave
Issue Type: Bug
Affects Versions: 1.0.0
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: 1.1.0
Sometimes you want to access the base folder of your installation.
By exporting MEECROWAVE_BASE in our start script we might easily do exactly
that via
{code}
System.getenv("MEECROWAVE_BASE");
{code}
Currently this returns null;
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)