From 4432d7a06fcfd6306af04f940c9ff93dff63d7c4 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 21 May 2020 21:39:35 +0200 Subject: [PATCH] add bcmath if V19 --- nextcloud_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud_update.sh b/nextcloud_update.sh index 5996523b..b5f4c054 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -477,6 +477,7 @@ then if [ "${CURRENTVERSION%%.*}" -ge "19" ] then occ_command db:add-missing-columns + install_if_not php"$PHPVER"-bcmath fi else msg_box "Something went wrong with backing up your old nextcloud instance