bug fix: uwsgi log file from searx to searxng

## What does this PR do?
bug fix: change uwsgi log file from searx to searxng
## Why is this change important?
## How to test this PR locally?
## Author's checklist
## Related issues
This commit is contained in:
wukuan405 2022-07-05 10:02:45 +09:00 committed by GitHub
parent 5c1c0817c3
commit 64eef3bce5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -946,7 +946,7 @@ EOF
while true; do
trap break 2
case $DIST_ID-$DIST_VERS in
ubuntu-*|debian-*) tail -f /var/log/uwsgi/app/searx.log ;;
ubuntu-*|debian-*) tail -f /var/log/uwsgi/app/searxng.log ;;
arch-*) journalctl -f -u "uwsgi@${SERVICE_NAME%.*}" ;;
fedora-*|centos-7) journalctl -f -u uwsgi ;;
esac