Skip to content
Snippets Groups Projects
Verified Commit 62c19190 authored by Thorsten Roßner's avatar Thorsten Roßner
Browse files

fix(startup): Change Import sequenc.e

parent a64d3ccf
Branches
Tags
No related merge requests found
Pipeline #69031 passed with warnings
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
me=$(basename "$0") me=$(basename "$0")
echo "- Running ${me}" echo "- Running ${me}"
while [ ! -f /var/lib/univention-ldap/go.now ]; do while [ ! -f /var/lib/univention-ldap/go01.now ]; do
echo "Did not find /var/lib/univention-ldap/go.now - sleeping for 60 seconds" echo "Did not find /var/lib/univention-ldap/go01.now - sleeping for 60 seconds"
sleep 60 sleep 60
done done
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
# SPDX-License-Identifier: Apache-2.0
me=$(basename "$0")
echo "- Running ${me}"
while [ ! -f /var/lib/univention-ldap/go94.now ]; do
echo "Did not find /var/lib/univention-ldap/go94.now - sleeping for 60 seconds"
sleep 60
done
File moved
...@@ -5,10 +5,10 @@ FROM artifacts.software-univention.de/nubus/images/ldap-server:0.18.1 ...@@ -5,10 +5,10 @@ FROM artifacts.software-univention.de/nubus/images/ldap-server:0.18.1
COPY 01-wait-for-me.sh /entrypoint.d COPY 01-wait-for-me.sh /entrypoint.d
COPY 30-purge.sh /entrypoint.d COPY 30-purge.sh /entrypoint.d
#COPY 91-init-internal-database.sh /entrypoint.d COPY 94-wait-for-me.sh /entrypoint.d
COPY 51-slapadd-24-ldif.sh /entrypoint.d COPY 95-slapadd-24-ldif.sh /entrypoint.d
RUN chmod 555 /entrypoint.d/01-wait-for-me.sh RUN chmod 555 /entrypoint.d/01-wait-for-me.sh
RUN chmod 555 /entrypoint.d/30-purge.sh RUN chmod 555 /entrypoint.d/30-purge.sh
#RUN chmod 555 /entrypoint.d/91-init-internal-database.sh RUN chmod 555 /entrypoint.d/94-wait-for-me.sh
RUN chmod 555 /entrypoint.d/51-slapadd-24-ldif.sh RUN chmod 555 /entrypoint.d/95-slapadd-24-ldif.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.