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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'changelog/2.10.0_2022-01-17/9241')
-rw-r--r--changelog/2.10.0_2022-01-17/92418
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog/2.10.0_2022-01-17/9241 b/changelog/2.10.0_2022-01-17/9241
new file mode 100644
index 000000000..84ae11c40
--- /dev/null
+++ b/changelog/2.10.0_2022-01-17/9241
@@ -0,0 +1,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