diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index af699f6..8ef7b00 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -14,7 +14,7 @@ DEFAULT_ARGS="--http-port 8081 --dir=${TELEGRAM_WORK_DIR} --temp-dir=${TELEGRAM_ CUSTOM_ARGS="" if [ -n "$TELEGRAM_LOG_FILE" ]; then - CUSTOM_ARGS="--log=${TELEGRAM_LOG_FILE}" + CUSTOM_ARGS=" --log=${TELEGRAM_LOG_FILE}" fi if [ -n "$TELEGRAM_STAT" ]; then CUSTOM_ARGS="${CUSTOM_ARGS} --http-stat-port=8082"