Skip to content

Commit 08dc98e

Browse files
author
Bernhard B
committed
removed JAVA_HOME env variable from supervisor configuration
* not needed and is causing some problems since we switched from the eclipse-temurin to the ubuntu base image. see bbernhard#489
1 parent 05f6434 commit 08dc98e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/jsonrpc2-helper.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import (
1212

1313
const supervisorctlConfigTemplate = `
1414
[program:%s]
15-
environment=JAVA_HOME=/opt/java/openjdk
1615
process_name=%s
1716
command=bash -c "nc -l -p %d <%s | signal-cli --output=json --config %s jsonRpc >%s"
1817
autostart=true

0 commit comments

Comments
 (0)