This commit is contained in:
billz 2021-10-18 12:27:33 +01:00
parent 921d5a0c5f
commit 0548a05f86
1 changed files with 1 additions and 1 deletions

View File

@ -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