fix: write to /dev/stdout and set permissions
Signed-off-by: wilmardo <info@wilmardenouden.nl>
This commit is contained in:
@@ -61,7 +61,7 @@ if [[ "true" = "$DROP_DEFAULT_ROUTE" ]]; then
|
||||
fi
|
||||
|
||||
if [[ "true" = "$DOCKER_LOG" ]]; then
|
||||
LOGFILE=/proc/1/fd/1
|
||||
LOGFILE=/dev/stdout
|
||||
else
|
||||
LOGFILE=${TRANSMISSION_HOME}/transmission.log
|
||||
fi
|
||||
|
Reference in New Issue
Block a user