1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 05:09:40 +02:00

fix: update admin scripts paths in docs (#5263)

This commit is contained in:
Kuchenpirat 2025-03-22 16:09:55 +01:00 committed by GitHub
parent ead4d4c95e
commit 18ebc3de5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@
```shell
docker exec -it mealie bash
python /opt/mealie/lib/python3.12/site-packages/reset_locked_users.py
python /opt/mealie/lib64/python3.12/site-packages/mealie/scripts/reset_locked_users.py
```
@ -161,7 +161,7 @@
```shell
docker exec -it mealie bash
python /opt/mealie/lib/python3.12/site-packages/make_admin.py
python /opt/mealie/lib64/python3.12/site-packages/mealie/scripts/make_admin.py
```
@ -174,7 +174,7 @@
```shell
docker exec -it mealie bash
python /opt/mealie/lib/python3.12/site-packages/mealie/scripts/change_password.py
python /opt/mealie/lib64/python3.12/site-packages/mealie/scripts/change_password.py
```