mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-08 00:16:22 +00:00
make search start again (#238)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
a1d1de9767
commit
1a16f9822e
@ -144,7 +144,13 @@ search)
|
|||||||
sleep 5
|
sleep 5
|
||||||
# cleaning up env variables
|
# cleaning up env variables
|
||||||
unset "${!KCCONF_@}"
|
unset "${!KCCONF_@}"
|
||||||
|
# with commit 702bb3fccb3 search does not need -F any longer
|
||||||
|
searchversion=$(dpkg-query --showformat='${Version}' --show kopano-search)
|
||||||
|
if dpkg --compare-versions "$searchversion" "gt" "8.7.82.165"; then
|
||||||
|
exec /usr/sbin/kopano-search
|
||||||
|
else
|
||||||
exec /usr/bin/python3 /usr/sbin/kopano-search -F
|
exec /usr/bin/python3 /usr/sbin/kopano-search -F
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
spooler)
|
spooler)
|
||||||
dockerize \
|
dockerize \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user