CMS:Nextcloud added missing semicolon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user