[
https://issues.apache.org/jira/browse/MEECROWAVE-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058874#comment-16058874
]
Romain Manni-Bucau commented on MEECROWAVE-44:
----------------------------------------------
Side note on this one (no problem to fix it): intent was to configure it using
conf/meecrowave.properties to ensure the persistence of the instance
configuration instead of volatile command line arguments
> meecrowave.sh is broken
> -----------------------
>
> Key: MEECROWAVE-44
> URL: https://issues.apache.org/jira/browse/MEECROWAVE-44
> Project: Meecrowave
> Issue Type: Bug
> Affects Versions: 0.3.1
> Environment: jdk 1.8.0_131, win7
> Reporter: Code Spotter
>
> please fix line 307 of meecrowave.sh:
> current:
> {code}
> MEECROWAVE_ARGS="--tmp-dir="$MEECROWAVE_BASE"/temp"
> {code}
> fixed:
> {code}
> MEECROWAVE_ARGS="$MEECROWAVE_ARGS --tmp-dir="$MEECROWAVE_BASE"/temp"
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)