From 6e8e3c69fd4357976b37b24af9ee249e81b8f211 Mon Sep 17 00:00:00 2001 From: Cristian Date: Tue, 21 Jul 2020 13:29:07 -0500 Subject: [PATCH] fix: Remove unused echo --- bin/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index 40c41762..17e61186 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -4,7 +4,6 @@ DATA_DIR="${DATA_DIR:-/data}" ARCHIVEBOX_USER="${ARCHIVEBOX_USER:-archivebox}" -echo $ARCHIVEBOX_USER # Autodetect UID and GID of host user based on ownership of files in the volume USID=$(stat --format="%u" "$DATA_DIR") GRID=$(stat --format="%g" "$DATA_DIR")