From 02e644ba606ce8e9eda1a35c5a855178af0f34bf Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 11 Aug 2021 13:20:41 +0200 Subject: [PATCH] CMS:Nextcloud added missing semicolon --- CMS/nextcloud/conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMS/nextcloud/conf.sh b/CMS/nextcloud/conf.sh index 7c5c3b7..1ab8b42 100644 --- a/CMS/nextcloud/conf.sh +++ b/CMS/nextcloud/conf.sh @@ -46,7 +46,7 @@ if [ "$shortdist" = "el8" ]; then fi #PHP 8.0 Settings -if [ "$phpVerBranch" = "8x" ] then +if [ "$phpVerBranch" = "8x" ]; then if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] ; then if ! grep -Fxq "apc.enable_cli=1" /etc/php/${phpver}/mods-available/apcu.ini; then echo "apc.enable_cli=1" >> /etc/php/${phpver}/mods-available/apcu.ini