From 0d87fbadebef112610ac37bf7a8b9b265e7ac591 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Thu, 25 Nov 2021 13:12:45 +0100 Subject: 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 --- changelog/unreleased/9241 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/9241 (limited to 'changelog') 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 -- cgit v1.2.3