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

jvergara
21.25.2007 42973da8d1acaeb0ff172434fa866b1715d3ef2e
opendj-sdk/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."