mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
Fix missing __SYNC_HOME__
This commit is contained in:
parent
7ef905944a
commit
a7b82873a2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
<overwriteRemoteDeviceNamesOnConnect>true</overwriteRemoteDeviceNamesOnConnect>
|
||||
<tempIndexMinBlocks>10</tempIndexMinBlocks>
|
||||
<trafficClass>0</trafficClass>
|
||||
<defaultFolderPath>__SYNC_HOME__</defaultFolderPath>
|
||||
<defaultFolderPath>__DATADIR__</defaultFolderPath>
|
||||
<setLowPriority>true</setLowPriority>
|
||||
<maxConcurrentScans>0</maxConcurrentScans>
|
||||
</options>
|
||||
|
|
Loading…
Add table
Reference in a new issue