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
+3
View File
@@ -13,6 +13,9 @@ fi
echo "Configure service '$SERVICE_TO_START'" | ts
/usr/bin/python3 /kopano/"$SERVICE_TO_START".py
meetversion=$(dpkg-query --showformat='${Version}' --show kopano-meet-webapp)
echo "Using Kopano Meet: $meetversion"
# allow helper commands given by "docker-compose run"
if [ $# -gt 0 ]; then
exec "$@"