Merge branch 'RaspAP:master' into master

This commit is contained in:
Federico Frigo
2021-10-18 20:33:38 +02:00
committed by GitHub
4 changed files with 4 additions and 4 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