From 83760ebf78da5909ea7b5f1d494860f121e71fa2 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Fri, 26 Oct 2018 07:05:36 +0200 Subject: [PATCH] function phpimagickexception() Solution for ImagickException in /var/nc_data/nextcloud.log as described here: https://www.c-rieger.de/spawn-your-nextcloud-server-using-one-shell-script/ --- install-nextcloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index 0fcdb06..a878b08 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -3,9 +3,9 @@ # https://www.c-rieger.de # https://github.com/riegercloud # INSTALL-NEXTCLOUD.SH -# Version 6.4 (AMD64) +# Version 6.5 (AMD64) # OpenSSL 1.1.1, TLSv1.3 -# October, 25th 2018 +# October, 26th 2018 ################################################ # Ubuntu 18.04 LTS AMD64 - Nextcloud 14 ################################################