1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-06-09 19:10:54 +00:00

Update owncloud to 9.1.2

This commit is contained in:
yodax 2016-11-18 07:42:41 +01:00
parent c3605f6211
commit 276ea2135b

View File

@ -85,7 +85,7 @@ InstallOwncloud() {
fi
}
owncloud_ver=9.1.1
owncloud_ver=9.1.2
# Check if ownCloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade)
if [ ! -d /usr/local/lib/owncloud/ ] \
@ -152,7 +152,7 @@ EOF
fi
fi
InstallOwncloud $owncloud_ver 72ed9812432f01b3a459c4afc33f5c76b71eec09
InstallOwncloud $owncloud_ver ba9b1cdb681b8a3607d928cbe56f52e3888d9296
fi
# ### Configuring ownCloud