Update 20-services motd
This commit is contained in:
parent
a05eeabcb6
commit
294f310f3a
|
@ -100,6 +100,13 @@ if [ -d "/opt/bitwarden_rs" ]; then
|
|||
printf '%b' "\\n${MSG}"
|
||||
fi
|
||||
### ]]]
|
||||
### IF VAULTWARDEN [[[
|
||||
if [ -d "/opt/vaultwarden" ]; then
|
||||
MSG=$(process_info "vaultwarden" '')
|
||||
MSG=$(service_info "3012 8000" "${MSG}")
|
||||
printf '%b' "\\n${MSG}"
|
||||
fi
|
||||
### ]]]
|
||||
### IF ETHERPAD [[[
|
||||
if [ "$(command -v etherpad)" ]; then
|
||||
MSG=$(process_info "etherpad" '')
|
||||
|
|
Loading…
Reference in New Issue