Fix directories

This commit is contained in:
caryoscelus 2024-05-07 20:58:26 +00:00
parent bdddf58712
commit d8b06a28bb
No known key found for this signature in database
GPG key ID: 254EDDB85B66CB1F
3 changed files with 3 additions and 3 deletions

View file

@ -686,7 +686,7 @@ class UiWebsocketPlugin(object):
if sys.platform == "linux":
sys_db_paths += ['/usr/share/GeoIP/' + db_name]
data_dir_db_path = config.data_dir / db_name
data_dir_db_path = config.start_dir / db_name
db_paths = sys_db_paths + [data_dir_db_path]