mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-16 14:24:29 +00:00
fix: Do not fail on folder creation
This commit is contained in:
parent
6f07e21a92
commit
a9df81e1c6
|
@ -192,6 +192,7 @@ class MigrateToFlakes(Migration):
|
|||
subprocess.check_output(
|
||||
[
|
||||
"mkdir",
|
||||
"-p",
|
||||
"/etc/selfprivacy",
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue