test.sh 256 B

1234567
  1. #!/bin/bash -e
  2. # Copy testing data to their respective directories on an as-needed basis
  3. mkdir -p /var/lib/ldap
  4. mkdir -p /etc/ldap/slapd.d
  5. cp -rf /container/test/database/* /var/lib/ldap/ || true
  6. cp -rf /container/test/config/* /etc/ldap/slapd.d/ || true