-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kill owncloudcmd if file for unsyncedfolders can't be found #9165
Comments
erikjv
added a commit
that referenced
this issue
Nov 25, 2021
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. #9165
erikjv
added a commit
that referenced
this issue
Nov 25, 2021
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. #9165
erikjv
added a commit
that referenced
this issue
Nov 25, 2021
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. #9165
erikjv
added a commit
that referenced
this issue
Nov 25, 2021
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. #9165
erikjv
added a commit
that referenced
this issue
Nov 26, 2021
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. #9165
erikjv
added a commit
that referenced
this issue
Nov 26, 2021
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. #9165
Fixed in 2.10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
owncloudcmd only gives a critical warning, when the file for "--unsyncedfolders" can't be found. But it does the whole sync.
In my opinion owncloudcmd should die, if the file can't be found.
The text was updated successfully, but these errors were encountered: