This commit is contained in:
2024-10-08 12:44:35 +02:00
parent d36ebf9694
commit cff39d61de
5 changed files with 133 additions and 50 deletions

View File

@ -15,6 +15,6 @@
import os
BASE_PATH = '/ums-agent'
BASE_PATH = '/ums-agenten'
SHARE_PATH = os.path.join(BASE_PATH, 'share')
PERSIST_PATH = os.path.join(BASE_PATH, 'persist')

View File

@ -44,7 +44,7 @@
"data": [
{
"type": "text",
"file_plain": "/ums-agent/share/cv.txt",
"file_plain": "/ums-agenten/share/cv.txt",
"file_extracted": null
}
],