change base directory for vaultwarden

This commit is contained in:
Emmanuel Garette 2022-10-01 19:04:48 +02:00
parent 0ac3e884e4
commit b25763ec32
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ from os import makedirs as _makedirs
from uuid import uuid4 as _uuid4
_HERE = _dirname(_abspath(__main__.__file__))
_HERE = _dirname(_dirname(_abspath(__main__.__file__)))
_PASSWORD_DIR = _join(_HERE, 'password')