diff --git a/installers/common.sh b/installers/common.sh index 4e16b78..f8b383c 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -417,6 +417,7 @@ function optimize_php() { # Make sure opcache extension is turned on. if [ -f "/usr/sbin/phpenmod" ]; then sudo phpenmod opcache + echo -n "PHP OPCache enabled" else install_warning "phpenmod not found." fi