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

Ludovic Poitou
07.35.2011 970a08a6e164098107549cee1defae404cb24436
opends/resource/bin/control-panel
@@ -24,6 +24,7 @@
#
#
#      Copyright 2008 Sun Microsystems, Inc.
#      Portions Copyright 2011 ForgeRock AS
# This script may be used to display the control panel.
@@ -34,6 +35,13 @@
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}"`