summaryrefslogtreecommitdiffstats
path: root/makeself
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-01 21:10:11 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-01 21:10:11 +0300
commitfe019642dc830fdd451d78205dc0f35b86c55db2 (patch)
tree963a2efe3f23e8deacd7fbc2661882f4d704ff5c /makeself
parentc00372b469e6672f2e1559e4991edfddf3fb954a (diff)
comment out debug info
Diffstat (limited to 'makeself')
-rwxr-xr-xmakeself/install-or-update.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/makeself/install-or-update.sh b/makeself/install-or-update.sh
index ff748eeed5..ac423e0ccc 100755
--- a/makeself/install-or-update.sh
+++ b/makeself/install-or-update.sh
@@ -20,9 +20,9 @@ do
t="${x/*etc\/netdata.new\//etc\/netdata\/}"
d=$(dirname "${t}")
- echo >&2 "x: ${x}"
- echo >&2 "t: ${t}"
- echo >&2 "d: ${d}"
+ #echo >&2 "x: ${x}"
+ #echo >&2 "t: ${t}"
+ #echo >&2 "d: ${d}"
if [ ! -d "${d}" ]
then
@@ -37,7 +37,7 @@ do
# find the checksum of the existing file
md5="$(cat "${t}" | md5sum | cut -d ' ' -f 1)"
- echo >&2 "md5: ${md5}"
+ #echo >&2 "md5: ${md5}"
# check if it matches
if [ "${configs_signatures[${md5}]}" = "${f}" ]