From 74df2cc3301259e0b2ae4be5aeb60b77deb2b568 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 15 Mar 2021 15:48:12 +0100 Subject: [PATCH] Motd: Add extra port for uwsgi --- update-motd.d/20-service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-motd.d/20-service b/update-motd.d/20-service index 956318a..1180a68 100755 --- a/update-motd.d/20-service +++ b/update-motd.d/20-service @@ -204,7 +204,7 @@ fi ## IF UWSGI [[[ if [ "$(command -v uwsgi)" ]; then MSG=$(process_info "uwsgi" '') - MSG=$(service_info "8888" "${MSG}") + MSG=$(service_info "3031|8888" "${MSG}") printf '%b' "\\n${MSG}" fi ## ]]]