From 73239aabef58d8dd86a1d7f64f0a43d302cfe3a7 Mon Sep 17 00:00:00 2001 From: zeko9381 <41266882+zeko9381@users.noreply.github.com> Date: Fri, 25 Mar 2022 09:59:26 +0100 Subject: [PATCH] Fixed a small mistake --- contrib/gpx-to-rec/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/gpx-to-rec/README.md b/contrib/gpx-to-rec/README.md index 044503b..5607d0b 100644 --- a/contrib/gpx-to-rec/README.md +++ b/contrib/gpx-to-rec/README.md @@ -1,5 +1,5 @@ # gpx-to-rec.py -This script attempts to convert a `gpx` file into `rec` files to be used with `recorder`. I've only tested this script with gpx files with only one track and one segment from Phonetrack. +This script attempts to convert a `gpx` file into `rec` files to be used with `recorder`. I've only tested this script with gpx files with only one track and one segment from `Phonetrack`. ## Installation `gpx-to-rec.py` depends on [`gpxpy`](https://github.com/tkrajina/gpxpy) which you can install with `pip`: @@ -17,7 +17,7 @@ You can then copy those `.rec` files to `recorder`'s storage location for the co Make sure to change `` and `` to your usecase. After copying the files over, make sure that `recorder` has permissions to write to them: ``` -sudo chown owntrack:owntracks /var/spool/owntracks/recorder/store/rec///* +sudo chown owntracks:owntracks /var/spool/owntracks/recorder/store/rec///* ``` Again, edit the command for your usecase. In my case, `recorder` uses a separate user named `owntracks`, which is why I needed to change the owner.