[
https://issues.apache.org/jira/browse/JENA-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587815#comment-14587815
]
ASF subversion and git services commented on JENA-964:
------------------------------------------------------
Commit 7040f19e208c93235f072c129940990751379d97 in jena's branch
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=7040f19 ]
JENA-964: Remove --home flag (not used in Fuseki2)
> remove "home" argument from fuseki startup script
> -------------------------------------------------
>
> Key: JENA-964
> URL: https://issues.apache.org/jira/browse/JENA-964
> Project: Apache Jena
> Issue Type: Bug
> Components: Fuseki
> Affects Versions: Fuseki 2.0.0
> Reporter: Yang Yuanzhe
>
> Hi Andy,
> How is everything going?
> Today I tried to run fuseki as a service with the provided script "fuseki".
> However it gave me an error "Unknown argument: home". Then inside the script
> I found
> {noformat}
> if [ ! -z "$FUSEKI_HOME" ]
> then
> FUSEKI_ADDITIONAL_ARGS=(--home "$FUSEKI_HOME")
> fi
> {noformat}
> However, since fuseki 2.0.0, "--home" has been removed. I guess we need to do
> corresponding adaptions.
> Thank you very much and have a nice day.
> Regards,
> Yang
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)