mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-13 06:34:45 -04:00
Update entrypoint.py
This commit is contained in:
parent
5df5487604
commit
677916a3ec
1 changed files with 1 additions and 1 deletions
|
@ -30,8 +30,8 @@ for (arg, env) in argumentVariableMapping.items():
|
|||
|
||||
enableSQLITE = os.path.isfile(sqliteWebPath) and os.environ.get('SQLITE', 'false').lower() == 'true'
|
||||
if enableSQLITE:
|
||||
print('Storing database file to ' + dbPath)
|
||||
dbPath = os.path.join('db', 'pykms_database.db')
|
||||
print('Storing database file to ' + dbPath)
|
||||
os.makedirs('db', exist_ok=True)
|
||||
command.append('-s')
|
||||
command.append(dbPath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue