1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-23 18:57:23 +01:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Teal Dulcet
2018-10-24 19:44:52 -07:00
4 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
#########################################################
if [ -z "$TAG" ]; then
TAG=v0.28
TAG=v0.29
fi
if [[ "$#" -ne 0 ]]; then

View File

@@ -158,8 +158,8 @@ InstallOwncloud() {
fi
}
owncloud_ver=13.0.5
owncloud_hash=e2b4a4bebd4fac14feae1e6e8997682f73fa8b50
owncloud_ver=13.0.6
owncloud_hash=33e41f476f0e2be5dc7cdb9d496673d9647aa3d6
# Check if Nextcloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade)
if [ ! -d /usr/local/lib/owncloud/ ] \