Merge pull request #2667 from rhafer/mkdir-idp

idp: Create parent directories if they don't exist
This commit is contained in:
David Christofas
2021-10-22 17:41:12 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
Bugfix: Create parent directories for idp configuration
The parent directories of the identifier-registration.yaml config file might
not exist when starting idp. Create them, when that is the case.
https://github.com/owncloud/ocis/issues/2667