Merge branch 'master' of https://git.101010.fr/gardouille-dotfiles/scripts
This commit is contained in:
commit
487e922905
|
@ -100,6 +100,13 @@ if [ -d "/opt/bitwarden_rs" ]; then
|
||||||
printf '%b' "\\n${MSG}"
|
printf '%b' "\\n${MSG}"
|
||||||
fi
|
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 ETHERPAD [[[
|
||||||
if [ "$(command -v etherpad)" ]; then
|
if [ "$(command -v etherpad)" ]; then
|
||||||
MSG=$(process_info "etherpad" '')
|
MSG=$(process_info "etherpad" '')
|
||||||
|
|
Loading…
Reference in New Issue