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')
|
print('Creating archive')
|
||||||
os.mkdir(archiveDir)
|
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')
|
print('Creating cache expiry thread')
|
||||||
httpd.thrCache = \
|
httpd.thrCache = \
|
||||||
threadWithTrace(target=expireCache,
|
threadWithTrace(target=expireCache,
|
||||||
|
|
Loading…
Reference in New Issue