From 89f3d335b1cd9effc7caf83c08a968b9cb496365 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 17 Dec 2007 10:43:53 +0000 Subject: [PATCH] 2730: New - The setup command should perform some basic memory tuning Note: this issue is not fully covered by the proposed modifications but all that is missing in order to fix it is to figure out which are the default memory values that we want to propose in the setup. --- opendj-sdk/opends/resource/bin/encode-password.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/resource/bin/encode-password.bat b/opendj-sdk/opends/resource/bin/encode-password.bat index 168e324..e2366c6 100644 --- a/opendj-sdk/opends/resource/bin/encode-password.bat +++ b/opendj-sdk/opends/resource/bin/encode-password.bat @@ -28,6 +28,6 @@ setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.EncodePassword" -set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=encode-password" +set SCRIPT_NAME=encode-password for %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %* -- Gitblit v1.10.0