1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-11 01:46:11 +00:00
kopano-docker/core/healthcheck.sh
Felix Bartels 52113f3206 clean up ldap demo data
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-11-05 09:49:41 +01:00

11 lines
100 B
Bash

#!/bin/bash
set -ex
case "$SERVICE_TO_START" in
server)
kopano-cli --list-users
exit 0
;;
esac