-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37148 from owncloud/fix-exit-code
Add non-zero exit code for non-writable config dir and missing app-di…
- Loading branch information
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bugfix: Fix CLI zero exit code on startup errors | ||
|
||
Zero exit code was returned on startup with a missing app directory | ||
or a non-writable config directory. Now exit code is 1. | ||
|
||
https://github.com/owncloud/core/issues/37098 | ||
https://github.com/owncloud/core/pull/37148 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters