From 08dc98eac2a137d32d21bc739981d4533d97f026 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Fri, 23 Feb 2024 10:38:36 +0100 Subject: [PATCH] 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 #489 --- src/scripts/jsonrpc2-helper.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scripts/jsonrpc2-helper.go b/src/scripts/jsonrpc2-helper.go index 3669ddb..36eda4f 100644 --- a/src/scripts/jsonrpc2-helper.go +++ b/src/scripts/jsonrpc2-helper.go @@ -12,7 +12,6 @@ import ( const supervisorctlConfigTemplate = ` [program:%s] -environment=JAVA_HOME=/opt/java/openjdk process_name=%s command=bash -c "nc -l -p %d <%s | signal-cli --output=json --config %s jsonRpc >%s" autostart=true