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