From ec7ac2149ba8603ff1455c948c07037bf6ee030c Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 22 Oct 2012 16:07:14 -0400 Subject: [PATCH] Renamed method to UserModel.canCreate(String repository) --- distrib/gitblit-centos | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/distrib/gitblit-centos b/distrib/gitblit-centos index c9fe151..c608097 100644 --- a/distrib/gitblit-centos +++ b/distrib/gitblit-centos @@ -8,7 +8,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" RETVAL=0 -- Gitblit v1.9.1