mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-22 14:13:01 +02:00
fix: Remove unused echo
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
DATA_DIR="${DATA_DIR:-/data}"
|
DATA_DIR="${DATA_DIR:-/data}"
|
||||||
ARCHIVEBOX_USER="${ARCHIVEBOX_USER:-archivebox}"
|
ARCHIVEBOX_USER="${ARCHIVEBOX_USER:-archivebox}"
|
||||||
|
|
||||||
echo $ARCHIVEBOX_USER
|
|
||||||
# Autodetect UID and GID of host user based on ownership of files in the volume
|
# Autodetect UID and GID of host user based on ownership of files in the volume
|
||||||
USID=$(stat --format="%u" "$DATA_DIR")
|
USID=$(stat --format="%u" "$DATA_DIR")
|
||||||
GRID=$(stat --format="%g" "$DATA_DIR")
|
GRID=$(stat --format="%g" "$DATA_DIR")
|
||||||
|
Reference in New Issue
Block a user