forked from stove/dataset
change base directory for vaultwarden
This commit is contained in:
parent
0ac3e884e4
commit
b25763ec32
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ from os import makedirs as _makedirs
|
||||||
from uuid import uuid4 as _uuid4
|
from uuid import uuid4 as _uuid4
|
||||||
|
|
||||||
|
|
||||||
_HERE = _dirname(_abspath(__main__.__file__))
|
_HERE = _dirname(_dirname(_abspath(__main__.__file__)))
|
||||||
_PASSWORD_DIR = _join(_HERE, 'password')
|
_PASSWORD_DIR = _join(_HERE, 'password')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue