add sudo
to chown
that was the whole point d'oh
This commit is contained in:
parent
5165357f40
commit
428d2af312
@ -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:
|
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.
|
The format of the `pairs.json` file is a simple json list.
|
||||||
|
Loading…
Reference in New Issue
Block a user