We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51797a9 commit 6861e6eCopy full SHA for 6861e6e
image/service/slapd/assets/schema-to-ldif.sh
@@ -21,7 +21,7 @@ done
21
slaptest -f convert.dat -F .
22
23
if [ $? -ne 0 ] ; then
24
- echo "slaptest conversion failed"
+ log-helper error "slaptest conversion failed"
25
exit
26
fi
27
image/service/slapd/startup.sh
@@ -165,7 +165,7 @@ EOF
165
for f in $(find ${CONTAINER_SERVICE_DIR}/slapd/assets/config/bootstrap/schema -name \*.schema -type f); do
166
SCHEMAS="$SCHEMAS ${f}"
167
done
168
- ${CONTAINER_SERVICE_DIR}/slapd/assets/schema-to-ldif.sh "$SCHEMAS" | log-helper debug
+ ${CONTAINER_SERVICE_DIR}/slapd/assets/schema-to-ldif.sh "$SCHEMAS"
169
170
# add converted schemas
171
for f in $(find ${CONTAINER_SERVICE_DIR}/slapd/assets/config/bootstrap/schema -name \*.ldif -type f); do
0 commit comments