You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/01/14 11:56:44 UTC

syncope git commit: Missing line-continuation symbol

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 5e6242bb5 -> 00cb09cfb


Missing line-continuation symbol

The JAVA_OPTS in the Debian instructions appears to be missing a line-continuation symbol ('\') at the end of the second line.

Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/00cb09cf
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/00cb09cf
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/00cb09cf

Branch: refs/heads/2_0_X
Commit: 00cb09cfb61b309c8515dd7ca1ba8c18e7ca4165
Parents: 5e6242b
Author: Christopher Hoskin <ma...@users.noreply.github.com>
Authored: Sat Jan 14 11:51:33 2017 +0000
Committer: GitHub <no...@github.com>
Committed: Sat Jan 14 11:51:33 2017 +0000

----------------------------------------------------------------------
 src/main/asciidoc/getting-started/obtain.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/00cb09cf/src/main/asciidoc/getting-started/obtain.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/getting-started/obtain.adoc b/src/main/asciidoc/getting-started/obtain.adoc
index 1f4d33d..e730ba0 100644
--- a/src/main/asciidoc/getting-started/obtain.adoc
+++ b/src/main/asciidoc/getting-started/obtain.adoc
@@ -127,7 +127,7 @@ sudo ln -s /usr/share/java/postgresql-jdbc4.jar /usr/share/tomcat8/lib/
 [source,bash]
 ----
 JAVA_OPTS="-Djava.awt.headless=true -Dfile.encoding=UTF-8 -server \
-  -Xms1536m -Xmx1536m -XX:NewSize=256m -XX:MaxNewSize=256m 
+  -Xms1536m -Xmx1536m -XX:NewSize=256m -XX:MaxNewSize=256m \
   -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+DisableExplicitGC"
 ----
 +