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

Violette Roche-Montane
07.50.2013 00d37e85955e374be365f1c34de5af1f69a6476c
opendj-sdk/opends/resource/bin/control-panel
@@ -24,7 +24,7 @@
#
#
#      Copyright 2008 Sun Microsystems, Inc.
#      Portions Copyright 2011 ForgeRock AS
#      Portions Copyright 2011-2013 ForgeRock AS
# This script may be used to display the control panel.
@@ -34,15 +34,5 @@
SCRIPT_NAME="control-panel"
export SCRIPT_NAME
NO_CHECK=0
for i in $*
do
  if [ "$i" == "-r" ] || [ "$i" == "--remote" ]
  then
    NO_CHECK=1
  fi
done
export NO_CHECK
SCRIPT_DIR=`dirname "${0}"`
"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"