Bertrand Gouny 9 سال پیش
والد
کامیت
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"
   }