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")