add sudo to chown

that was the whole point d'oh
This commit is contained in:
JoeSchr 2021-02-04 19:39:25 +01:00 committed by GitHub
parent 5165357f40
commit 428d2af312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,7 +276,7 @@ cp: cannot create regular file 'user_data/data/binance/pairs.json': Permission d
so you will need to fix your permission by doing:
```
chown -R $UID:$GID user_data
sudo chown -R $UID:$GID user_data
```
The format of the `pairs.json` file is a simple json list.