From 60fab10b889a247fd2963cee57681da800d3fba1 Mon Sep 17 00:00:00 2001
From: kohleman <kohleman>
Date: Sun, 31 Jan 2010 19:18:29 +0000
Subject: [PATCH] commented out a echo for better readability during
 installation

SVN: 14585
---
 openbis_all/source/bash/has-config-changed.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_all/source/bash/has-config-changed.sh b/openbis_all/source/bash/has-config-changed.sh
index 865d63afb61..044483f498e 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
 }
-- 
GitLab