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

ludovicp
02.01.2008 03c69853674be3c00a0342741203566e7b838f79
LP: location of instance.loc file for SVR4 pkg is now /etc/opends/.
Reference was updated, but the ones in this file were missed.
1 files modified
4 ■■■■ changed files
opends/resource/bin/_script-util.sh 4 ●●●● patch | view | raw | blame | history
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