mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
13.52.2013 ff2cd2295109202af3c01293f9bf3f08a8264814
setup: Added SCRIPT_ARGS environment variable to allow debugging like any other CLI programs
1 files modified
5 ■■■■■ changed files
opends/resource/setup 5 ●●●●● patch | view | raw | blame | history
opends/resource/setup
@@ -24,7 +24,7 @@
#
#
#      Copyright 2006-2008 Sun Microsystems, Inc.
#      Portions Copyright 2011 ForgeRock AS
#      Portions Copyright 2011-2013 ForgeRock AS
# Capture the current working directory so that we can change to it later.
@@ -54,7 +54,8 @@
fi
# Launch the setup process.
"${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_NAME_ARG} org.opends.quicksetup.installer.SetupLauncher "${@}"
"${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} ${SCRIPT_ARGS} ${SCRIPT_NAME_ARG} \
     org.opends.quicksetup.installer.SetupLauncher "${@}"
# return part
RETURN_CODE=$?