Welcome to mirror list, hosted at ThFree Co, Russian Federation.

9241 « 2.10.0_2022-01-17 « changelog - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84ae11c4044e296879cf9fd229f5c67c6f6129b7 (plain)
1
2
3
4
5
6
7
8
Bugfix: Do not sync when unsyncedfolders file cannot be read

owncloudcmd now checks if the file specified by --unsyncedfolders exists
and can be read, before starting the sync. If it does not exist, show an
error message and quit immediately.
    
https://github.com/owncloud/client/issues/9165
https://github.com/owncloud/client/pull/9241