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:
lostdj 2014-09-19 18:19:04 +04:00
parent 09afbd1f06
commit f02d4ec9ed

View File

@ -57,7 +57,7 @@ let
''
{
"device_name": "${cfg.deviceName}",
"storage_path": "/var/lib/btsync",
"storage_path": "/var/lib/btsync/",
"listening_port": ${toString cfg.listeningPort},
"use_gui": false,