summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2018-12-01 10:55:15 +0100
committerluccioman <luccioman@users.noreply.github.com>2018-12-01 10:55:15 +0100
commit3b383bff63ae8742a2425633853e7eac3d2b5795 (patch)
treeb58cf95846e48efd574451a882434058a3798ccb /bin
parent3061b58c8c36d94293d102ad1eb40f3afa1a2f3e (diff)
Removed shell temporary debug echo message
Diffstat (limited to 'bin')
-rwxr-xr-xbin/passwd.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/passwd.sh b/bin/passwd.sh
index eb8408b33..b858929a1 100755
--- a/bin/passwd.sh
+++ b/bin/passwd.sh
@@ -48,7 +48,6 @@ else
echo "Password setting failed."
exit 1
fi
- echo "B64MD5 $B64MD5"
PASSWORD_HASH="MD5:$B64MD5"
(sed "/adminAccountBase64MD5=/c\adminAccountBase64MD5=$PASSWORD_HASH" "$YACY_CONF_FILE" > "$YACY_CONF_FILE".tmp && \