Skip to content

Commit 3e05665

Browse files
committed
replications settings
1 parent dda523c commit 3e05665

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

image/service/slapd/container-start.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ EOF
231231
disableReplication
232232
fi
233233

234-
235-
236234
LDAP_REPLICATION_HOSTS=($LDAP_REPLICATION_HOSTS)
237235
i=1
238236
for host in "${LDAP_REPLICATION_HOSTS[@]}"
@@ -264,7 +262,7 @@ EOF
264262
else
265263

266264
echo "Don't use replication"
267-
disableReplication
265+
disableReplication || true
268266

269267
fi
270268

0 commit comments

Comments
 (0)