From 02c1e298dc86f69b3e2a7b37048152ea55b3fa8c Mon Sep 17 00:00:00 2001 From: Mrbytes <eguervos@msn.com> Date: Thu, 04 Oct 2012 06:40:24 -0400 Subject: [PATCH] GitBlitWebApp_es.properties: Updated with the new "fork" changes Other small corrections of syntax --- distrib/gitblit | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/distrib/gitblit b/distrib/gitblit index 3fda9eb..cd1f967 100644 --- a/distrib/gitblit +++ b/distrib/gitblit @@ -5,7 +5,8 @@ GITBLIT_PATH=/opt/gitblit GITBLIT_HTTP_PORT=0 GITBLIT_HTTPS_PORT=8443 -JAVA="java -server -Xmx1024M -jar" +source ${GITBLIT_PATH}/java-proxy-config.sh +JAVA="java -server -Xmx1024M ${JAVA_PROXY_CONFIG} -Djava.awt.headless=true -jar" . /lib/lsb/init-functions -- Gitblit v1.9.1