fuseki2-docker-installation/entrypoint.sh

6 lines
180 B
Bash
Raw Normal View History

2021-09-26 10:53:49 +01:00
#!/bin/sh
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
## env | sort
exec "$JAVA_HOME/bin/java" $JAVA_OPTIONS -jar "${FUSEKI_DIR}/${FUSEKI_JAR}" "$@"