docs: .env-Pfad auf finance_pod-Datenverzeichnis umgestellt
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ description: Workflow zur Betreuung von Kontoauszugs-Importen (Inbox scannen, En
|
||||
## 1. Status prüfen
|
||||
|
||||
```bash
|
||||
KEY=$(grep '^FB_API_KEY=' /home/wlfb/bin/finance/.env | cut -d= -f2)
|
||||
KEY=$(grep '^FB_API_KEY=' $HOME/.local/share/finance_pod/.env | cut -d= -f2 | tr -d "'")
|
||||
curl -s -H "Authorization: Bearer $KEY" http://127.0.0.1:8096/api/imports | jq
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user