From 72cdd0e2b7767f666fef63b3636adcc0a99712ea Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 18 Apr 2022 20:06:37 -0400 Subject: [PATCH] Update common.sh --- installers/common.sh | 1 + 1 file changed, 1 insertion(+) 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