From 43cc3ca2437ee62ec519e85adf5fff25038e437f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sat, 17 Dec 2016 10:51:09 +0100 Subject: [PATCH] chg: removed spaces before commented-out code --- start.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/start.sh b/start.sh index fa23c3a6..923133fe 100755 --- a/start.sh +++ b/start.sh @@ -5,20 +5,20 @@ # lib/ext directory. # uncomment to set JAVA_HOME variable -# JAVA_HOME=/usr/lib/java +#JAVA_HOME=/usr/lib/java # uncomment to set HOP_HOME, otherwise we get it from the script path -# HOP_HOME=/usr/local/helma +#HOP_HOME=/usr/local/helma # options to pass to the Java virtual machine -# JAVA_OPTIONS="-server -Xmx128m" +#JAVA_OPTIONS="-server -Xmx128m" # Set TCP ports for Helma servers # (comment/uncomment to de/activate) HTTP_PORT=8080 -# XMLRPC_PORT=8081 -# AJP13_PORT=8009 -# RMI_PORT=5050 +#XMLRPC_PORT=8081 +#AJP13_PORT=8009 +#RMI_PORT=5050 ########################################################### ###### No user configuration needed below this line #######