1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Specify config location through KOPANO_CONFIG_PATH env variable (#352)

* Specify config location through KOPANO_CONFIG_PATH env variable
* add commander test to verify config is honoured by cli programs
* remove wrappers other than kopano-cli as it cannot make use of KOPANO_CONFIG_PATH

Fixes: https://github.com/zokradonh/kopano-docker/issues/351
This commit is contained in:
Felix Bartels
2020-03-05 14:35:05 +01:00
committed by GitHub
parent 5d4fabf280
commit 43928e538c
7 changed files with 31 additions and 33 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
/usr/sbin/kopano-admin --config /tmp/kopano/admin.cfg "$@"
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
/usr/sbin/kopano-storeadm -c /tmp/kopano/admin.cfg "$@"