diff --git a/openbis_all/source/bash/has-config-changed.sh b/openbis_all/source/bash/has-config-changed.sh
index 865d63afb61fe4e866937c241009ef86fa5997b3..044483f498e9813bb2958d46b2d2a1a894c5583f 100755
--- a/openbis_all/source/bash/has-config-changed.sh
+++ b/openbis_all/source/bash/has-config-changed.sh
@@ -20,7 +20,7 @@ function compare_configs {
            echo "  cp $config_current $config_template"
            is_update_needed="true"
         else
-           echo "OK: Configuration file $config_template is up to date."
+           #echo "OK: Configuration file $config_template is up to date."
            echo
         fi
 }