Skip to content

Commit 6861e6e

Browse files
committed
debug
1 parent 51797a9 commit 6861e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

image/service/slapd/assets/schema-to-ldif.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ done
2121
slaptest -f convert.dat -F .
2222

2323
if [ $? -ne 0 ] ; then
24-
echo "slaptest conversion failed"
24+
log-helper error "slaptest conversion failed"
2525
exit
2626
fi
2727

image/service/slapd/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ EOF
165165
for f in $(find ${CONTAINER_SERVICE_DIR}/slapd/assets/config/bootstrap/schema -name \*.schema -type f); do
166166
SCHEMAS="$SCHEMAS ${f}"
167167
done
168-
${CONTAINER_SERVICE_DIR}/slapd/assets/schema-to-ldif.sh "$SCHEMAS" | log-helper debug
168+
${CONTAINER_SERVICE_DIR}/slapd/assets/schema-to-ldif.sh "$SCHEMAS"
169169

170170
# add converted schemas
171171
for f in $(find ${CONTAINER_SERVICE_DIR}/slapd/assets/config/bootstrap/schema -name \*.ldif -type f); do

0 commit comments

Comments
 (0)