From 0548a05f86f391ee5d3d93a7150e4efdb9b105f8 Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 18 Oct 2021 12:27:33 +0100 Subject: [PATCH] Resolves #1036 --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index e7d02af8..71130c30 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -609,7 +609,7 @@ function _optimize_php() { if [ "$upgrade" == 0 ]; then _install_log "Optimize PHP configuration" if [ ! -f "$phpcgiconf" ]; then - _install_warning "PHP configuration could not be found." + _install_status 1 "PHP configuration could not be found." return fi