1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-16 02:43:04 +00:00

print version at startup (#312)

* print version at startup

fixes #285
This commit is contained in:
Felix Bartels
2019-12-22 18:10:50 +01:00
committed by GitHub
parent f5ff9393ff
commit 574e9de669
4 changed files with 19 additions and 1 deletions
+5
View File
@@ -53,6 +53,11 @@ done
# Ensure directories
mkdir -p /run/sessions
phpversion=$(dpkg-query --showformat='${Version}' --show php7-mapi)
echo "Using PHP-Mapi: $phpversion"
zpushversion=$(dpkg-query --showformat='${Version}' --show z-push-kopano)
echo "Using Z-Push: $zpushversion"
if [ "$KCCONF_SERVERHOSTNAME" == "127.0.0.1" ]; then
echo "Z-Push is using the default: connection"
else