1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +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
@@ -28,6 +28,11 @@ done
# Ensure directories exist
mkdir -p /run/sessions /tmp/webapp
phpversion=$(dpkg-query --showformat='${Version}' --show php7-mapi)
echo "Using PHP-Mapi: $phpversion"
webappversion=$(dpkg-query --showformat='${Version}' --show kopano-webapp)
echo "Using Kopano WebApp: $webappversion"
if [ "$KCCONF_SERVERHOSTNAME" == "127.0.0.1" ]; then
echo "Kopano WebApp is using the default: connection"
else