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

fix if casing for download_community_packages

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2018-10-12 20:16:40 +02:00
parent 954de3757e
commit b2b0382199
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ COPY download_community.sh /kopano/download_community.sh
RUN \
# community download
[ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ] && \
/kopano/download_community.sh core && \
/kopano/download_community.sh core; \
# install
set -x && \
echo ${KOPANO_CORE_VERSION} > /kopano/buildversion && \