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}"`