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

Tobias Gesellchen
15.59.2022 a5260ca974a467fe81a3675a03c943549b4d2b67
opendj-packages/opendj-docker/bootstrap/setup.sh
@@ -26,6 +26,7 @@
# See below for imports via `ldapmodify`.
if [ -d /opt/opendj/bootstrap/config/schema/ ]; then
  echo "Copying schema:"
  mkdir -p /opt/opendj/config/schema
  for file in /opt/opendj/bootstrap/config/schema/*; do
    target_file="/opt/opendj/config/schema/$(basename -- $file)"
    echo "Copying $file to $target_file"