Bertrand Gouny %!s(int64=10) %!d(string=hai) anos
pai
achega
fa96e68c4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      image/service/slapd/container-start.sh

+ 1 - 1
image/service/slapd/container-start.sh

@@ -239,7 +239,7 @@ EOF
 
 
   function disableReplication() {
-    echo "Try to disable replication if needed"
+    echo "Try to disable replication"
     ldapmodify -c -Y EXTERNAL -Q -H ldapi:/// -f /container/service/slapd/assets/config/replication/replication-disable.ldif || true
     [[ -f "$WAS_STARTED_WITH_REPLICATION" ]] && rm -f "$WAS_STARTED_WITH_REPLICATION"
   }