Bertrand Gouny 10 년 전
부모
커밋
fa96e68c4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
   }