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

ctissot
18.59.2008 d270d65599fbfd9b94df78f3cf1eb8000c18e569
Fix issue 3607
1 files modified
4 ■■■ changed files
opendj-sdk/opends/resource/bin/_script-util.sh 4 ●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/bin/_script-util.sh
@@ -224,9 +224,11 @@
  fi
  if [ -d "${INSTANCE_ROOT}" ]
  then
      cd ${INSTANCE_ROOT}
      CURRENT_DIR=`pwd`
      cd "${INSTANCE_ROOT}"
      INSTANCE_ROOT=`pwd`
      export INSTANCE_ROOT
      cd "${CURRENT_DIR}"
  fi
fi