1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-02-26 18:17:09 +00:00

make sure php cleanup runs on nextcloud upgrade

This commit is contained in:
KiekerJan 2025-02-22 13:43:05 +01:00
parent 36dc5ffcee
commit c559974d8c

View File

@ -256,7 +256,7 @@ if [ ! -d /usr/local/lib/owncloud/ ] || [[ ! ${CURRENT_NEXTCLOUD_VER} =~ ^$nextc
CURRENT_NEXTCLOUD_VER="24.0.12"
fi
if [[ ${CURRENT_NEXTCLOUD_VER} =~ ^2[45] ]]; then
if [[ ${CURRENT_NEXTCLOUD_VER} =~ ^2[456] ]]; then
# From nextcloud 24 and higher, php8.1 is supported, so we can now remove the php8.0 ppa and packages
# Reset the default php version used