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:
authorErik Verbruggen <erik@verbruggen.consulting>2021-11-25 15:12:45 +0300
committerErik Verbruggen <Erik.Verbruggen@Me.com>2021-11-26 17:55:58 +0300
commit0d87fbadebef112610ac37bf7a8b9b265e7ac591 (patch)
tree3d771813516a9a78198ec9a2d7541149447f10f6 /changelog
parentfdb8c659a914e62a5a871c1a07d4ba764e2c6ad0 (diff)
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
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/92418
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog/unreleased/9241 b/changelog/unreleased/9241
new file mode 100644
index 000000000..84ae11c40
--- /dev/null
+++ b/changelog/unreleased/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