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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-01-17 14:24:07 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2022-01-17 14:24:07 +0300
commitbdc860d092c979dbe91c236070fda9d5858e3abd (patch)
tree07791d0ee368bec2d8601ca9f8f29099aa43f472 /changelog/2.10.0_2022-01-17/9241
parent03a1104f6ff22b2c685bddb99f42618a495bd4ad (diff)
Version bump
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