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

ludovicp
02.01.2008 03c69853674be3c00a0342741203566e7b838f79
opends/resource/bin/_script-util.sh
@@ -190,14 +190,14 @@
then
  if [ -f ${INSTALL_ROOT}/configure ]
  then
    if [ -f /etc/opt/opends/instance.loc ]
    if [ -f /etc/opends/instance.loc ]
    then 
      if [ "${SCRIPT_NAME}" = "configure" ]
      then
        echo "${INSTALL_ROOT}/configure has already be run. Exiting."
        exit 0
      fi 
      INSTANCE_ROOT=`cat /etc/opt/opends/instance.loc`
      INSTANCE_ROOT=`cat /etc/opends/instance.loc`
    else
      if [ "${SCRIPT_NAME}" != "configure" ]
      then