Motd: Test Gitea process
This commit is contained in:
parent
685c98a47d
commit
916ac2a242
|
@ -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" '')
|
||||
|
|
Loading…
Reference in New Issue