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-ubuntu | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/distrib/gitblit-ubuntu b/distrib/gitblit-ubuntu index 957a8d0..b047ed9 100644 --- a/distrib/gitblit-ubuntu +++ b/distrib/gitblit-ubuntu @@ -9,7 +9,8 @@ # change theses values (default values) GITBLIT_PATH=/opt/gitblit GITBLIT_USER="gitblit" -ARGS="-server -Xmx1024M -jar gitblit.jar" +source ${GITBLIT_PATH}/java-proxy-config.sh +ARGS="-server -Xmx1024M ${JAVA_PROXY_CONFIG} -Djava.awt.headless=true -jar gitblit.jar" RETVAL=0 @@ -43,4 +44,4 @@ ;; esac -exit $RETVAL \ No newline at end of file +exit $RETVAL -- Gitblit v1.9.1