added telemetry

This commit is contained in:
Syping 2018-01-11 08:41:00 +01:00
parent d3ce20a710
commit d0caea372c
21 changed files with 851 additions and 44 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
DOCKER_IMAGE=i386/debian:jessie
PROJECT_DIR_DOCKER=/gta5view/
PROJECT_DIR_DOCKER=/gta5view
cd $PROJECT_DIR && \
docker pull $DOCKER_IMAGE && \