mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixed setup of completely new server
This commit is contained in:
parent
3115d0372b
commit
5952b8de4d
@ -284,6 +284,9 @@ data_directories = {
|
||||
"cache":dir_settings['cache'],
|
||||
}
|
||||
|
||||
for identifier,path in data_directories.items():
|
||||
os.makedirs(path,exist_ok=True)
|
||||
|
||||
|
||||
data_dir = {
|
||||
k:lambda *x,k=k: pthj(data_directories[k],*x) for k in data_directories
|
||||
|
Loading…
Reference in New Issue
Block a user