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

jvergara
21.25.2007 792a76a5bc541be55e57597444e669adaf64e650
opends/resource/upgrade
@@ -123,8 +123,8 @@
then
  # Copy jars to a temporary place from which to run the reverter
  # in order to avoid potential file lock issues.
  mkdir -p tmp/revert
  cp -R lib tmp/revert
  mkdir -p ${INSTANCE_ROOT}/tmp/revert
  cp -R ${INSTANCE_ROOT}/lib ${INSTANCE_ROOT}/tmp/revert
  if test ${?} -ne 0
  then
    echo "ERROR:  Failed to initialize reversion."