1
0
Fork 0
mirror of synced 2024-06-23 08:30:29 +12:00

fix: Remove unused echo

This commit is contained in:
Cristian 2020-07-21 13:29:07 -05:00 committed by Angel Rey
parent f50b44d51c
commit 6e8e3c69fd

View file

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