mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-03 10:43:40 -05:00
docs: faq.md: fix paths to scripts (#5201)
This commit is contained in:
@@ -148,7 +148,7 @@
|
|||||||
```shell
|
```shell
|
||||||
docker exec -it mealie bash
|
docker exec -it mealie bash
|
||||||
|
|
||||||
python /app/mealie/scripts/reset_locked_users.py
|
python /opt/mealie/lib/python3.12/site-packages/reset_locked_users.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
```shell
|
```shell
|
||||||
docker exec -it mealie bash
|
docker exec -it mealie bash
|
||||||
|
|
||||||
python /app/mealie/scripts/make_admin.py
|
python /opt/mealie/lib/python3.12/site-packages/make_admin.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@@ -174,7 +174,7 @@
|
|||||||
```shell
|
```shell
|
||||||
docker exec -it mealie bash
|
docker exec -it mealie bash
|
||||||
|
|
||||||
python /app/mealie/scripts/change_password.py
|
python /opt/mealie/lib/python3.12/site-packages/mealie/scripts/change_password.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user