Motd: Add extra port for uwsgi

This commit is contained in:
gardouille 2021-03-15 15:48:12 +01:00
parent d342534c40
commit 74df2cc330
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ fi
## IF UWSGI [[[ ## IF UWSGI [[[
if [ "$(command -v uwsgi)" ]; then if [ "$(command -v uwsgi)" ]; then
MSG=$(process_info "uwsgi" '') MSG=$(process_info "uwsgi" '')
MSG=$(service_info "8888" "${MSG}") MSG=$(service_info "3031|8888" "${MSG}")
printf '%b' "\\n${MSG}" printf '%b' "\\n${MSG}"
fi fi
## ]]] ## ]]]