Motd: Test Gitea process

This commit is contained in:
gardouille 2021-03-15 13:39:29 +01:00
parent 685c98a47d
commit 916ac2a242
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 7 additions and 0 deletions

View File

@ -107,6 +107,13 @@ if [ "$(command -v ethercalc)" ]; then
printf '%b' "\\n${MSG}"
fi
### ]]]
### IF [[[
if [ "$(command -v gitea)" ]; then
MSG=$(process_info "gitea" '')
MSG=$(service_info "3000" "${MSG}")
printf '%b' "\\n${MSG}"
fi
### ]]]
### IF GOGS [[[
if [ "$(command -v gogs)" ]; then
MSG=$(process_info "gogs" '')