1
0
Bertrand Gouny 9 жил өмнө
parent
commit
fa96e68c4c

+ 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"
   }