mirror of https://gitlab.com/bashrc2/epicyon
Create directory for shares
parent
91931b0e7b
commit
13443a914d
|
@ -15285,6 +15285,10 @@ def runDaemon(sharedItemsFederatedDomains: [],
|
|||
print('Creating archive')
|
||||
os.mkdir(archiveDir)
|
||||
|
||||
if not os.path.isdir(baseDir + '/sharefiles'):
|
||||
print('Creating shared item files directory')
|
||||
os.mkdir(baseDir + '/sharefiles')
|
||||
|
||||
print('Creating cache expiry thread')
|
||||
httpd.thrCache = \
|
||||
threadWithTrace(target=expireCache,
|
||||
|
|
Loading…
Reference in New Issue