From 4fab9c68f1e4755b7381ecf9bd86c8b30417bd8f Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 05 Sep 2007 06:40:30 +0000
Subject: [PATCH] The following changes are targetted to fix a certain number of issues related to the setup command line:
---
opendj-sdk/opends/resource/setup | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/resource/setup b/opendj-sdk/opends/resource/setup
index e35fd7a..df90093 100755
--- a/opendj-sdk/opends/resource/setup
+++ b/opendj-sdk/opends/resource/setup
@@ -118,7 +118,7 @@
# Launch the setup process.
-"${JAVA_BIN}" org.opends.quicksetup.installer.InstallLauncher -P setup "${@}"
+"${JAVA_BIN}" -Dorg.opends.server.scriptName=setup org.opends.server.tools.InstallDS "${@}"
# return part
RETURN_CODE=$?
--
Gitblit v1.10.0