Fix WOFileUtils

This commit is contained in:
VirtuBox
2019-09-06 14:50:44 +02:00
parent 13d8a10b29
commit 8c21e0c3c3

View File

@@ -142,7 +142,7 @@ class SSL:
selfs_tmp = '/var/lib/wo/tmp/selfssl'
# create self-signed tmp directory
if not os.path.isdir(selfs_tmp):
WOFileUtils.mkdir(selfs_tmp)
WOFileUtils.mkdir(self, selfs_tmp)
if wo_domain_name == '':
wo_domain_name = 'localhost'
try: