1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

Upgrade ownCloud to latest patch release 9.1.4

also move owncloud hash to its own variable
This commit is contained in:
Jan Schulz-Hofen 2017-03-25 18:23:44 +07:00
parent db9c25f4ac
commit acc5de9e58

View File

@ -86,7 +86,8 @@ InstallOwncloud() {
fi
}
owncloud_ver=9.1.2
owncloud_ver=9.1.4
owncloud_hash=e637cab7b2ca3346164f3506b1a0eb812b4e841a
# Check if ownCloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade)
if [ ! -d /usr/local/lib/owncloud/ ] \
@ -153,7 +154,7 @@ EOF
fi
fi
InstallOwncloud $owncloud_ver ba9b1cdb681b8a3607d928cbe56f52e3888d9296
InstallOwncloud $owncloud_ver $owncloud_hash
fi
# ### Configuring ownCloud