Verified Commit 821194b5 authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix crucial bug in documentation

parent c58c271c
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
@@ -31,10 +31,14 @@ To switch between panels, you can use <kbd>Ctrl</kbd>+<kbd>B</kbd>, <kbd>↑</kb
In the upper panel, run:

```bash
python3 -m poolpay.admin ui
python3 -m poolpay.admin unlock
```

You might need to enter the Vault password now.
You might need to enter the Vault password now. Then, launch the UI:

```bash
python3 -m poolpay.admin ui
```

In the lower panel, run:

@@ -49,3 +53,13 @@ To increase the balance of `mustermann` by 1 €, enter the following in the SQL
```sql
update person set balance_cents = balance_cents + 100 where cl_account_name = 'mustermann';
```

## Fix Hung-Up Application

Try:

```sql
sudo systemctl restart poolpay
```

Do that before restarting the entire Pi, because if you restart the Pi, you also have to unlock the vault again.