bittorrentsync: fix storage_path.
If this path is a symlink, btsync won't be able to read it if it's not ending with "/".
This commit is contained in:
parent
09afbd1f06
commit
f02d4ec9ed
@ -57,7 +57,7 @@ let
|
|||||||
''
|
''
|
||||||
{
|
{
|
||||||
"device_name": "${cfg.deviceName}",
|
"device_name": "${cfg.deviceName}",
|
||||||
"storage_path": "/var/lib/btsync",
|
"storage_path": "/var/lib/btsync/",
|
||||||
"listening_port": ${toString cfg.listeningPort},
|
"listening_port": ${toString cfg.listeningPort},
|
||||||
"use_gui": false,
|
"use_gui": false,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user